diff options
author | Unknwon <u@gogs.io> | 2015-07-15 19:17:57 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-07-15 19:17:57 +0800 |
commit | ff051e2106bb44203736934547a7a2c501b1a784 (patch) | |
tree | d5701892a22535ed546355a3b378aee40722660d /gogs.go | |
parent | 71b9a87fe15ea8da24301f25aa706b148fd3b940 (diff) |
#1128: API calls are not hidden behind sign in
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.1.0714 Beta" +const APP_VER = "0.6.1.0715 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |