diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-11 18:55:09 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-11 18:55:09 -0500 |
commit | 42c7bb75295ae7587b7ca36f103a7dc25f87754a (patch) | |
tree | cd9cfca7e236853c9cbedb88d7b037244da993b8 /gogs.go | |
parent | 35140f1cc7ed0bd6ae557af76d4c341605348879 (diff) | |
download | gitea-42c7bb75295ae7587b7ca36f103a7dc25f87754a.tar.gz gitea-42c7bb75295ae7587b7ca36f103a7dc25f87754a.zip |
mirror code clean
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.8.1210 Beta" +const APP_VER = "0.5.8.1211 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |