diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-07 07:02:53 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-07 07:02:53 -0400 |
commit | fc18741cc78acbb6fac5cf89fa5ae7034178c5ca (patch) | |
tree | be0fe4a9f2d96964e50839d30f1d90d4bacdd72e /gogs.go | |
parent | fef09c2de660c5f3588a7730718a82d19957147f (diff) |
Fix #524
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.5.1006 Beta" +const APP_VER = "0.5.5.1007 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |