diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-17 23:04:05 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-17 23:04:05 -0500 |
commit | 57b3be4016f00a91024194bf63af24559d8f4637 (patch) | |
tree | a30909101bdb8e4ecf88d43a826789856ec657a4 /gogs.go | |
parent | d01f2f3c22648490aa96227762afae16bb505952 (diff) | |
download | gitea-57b3be4016f00a91024194bf63af24559d8f4637.tar.gz gitea-57b3be4016f00a91024194bf63af24559d8f4637.zip |
work on #756
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.9.1216 Beta" +const APP_VER = "0.5.9.1217 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |