diff options
author | Unknwon <u@gogs.io> | 2015-09-02 02:40:15 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-02 02:40:15 -0400 |
commit | 2ac8e11f466f838ff34314c5e4e2785ebe2d036d (patch) | |
tree | 7dbf30a4d51d634f660f6bfa5814f4cfd53593de /gogs.go | |
parent | ebf1bd4f518971253e0a7a0e923645c1d584e03e (diff) | |
download | gitea-2ac8e11f466f838ff34314c5e4e2785ebe2d036d.tar.gz gitea-2ac8e11f466f838ff34314c5e4e2785ebe2d036d.zip |
#842 able to use access token replace basic auth
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.7.0901 Beta" +const APP_VER = "0.6.7.0902 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |