diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-21 12:19:50 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-21 12:19:50 -0400 |
commit | 4a01bb8fa40e770433b6858a97e336393cb8e9b2 (patch) | |
tree | e42daade1c3cab7ba4d2e769b861416a924ebafe /gogs.go | |
parent | d325b23dbb44fe3b1e542ee330185610e861279e (diff) |
Mirror bug fix
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.5.3.0919 Beta" +const APP_VER = "0.5.3.0921 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |