diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-15 07:55:20 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-15 07:55:20 -0400 |
commit | ecf3eb4307c13c74d928656a140b7bb2ae804fd9 (patch) | |
tree | 080487c1e4b44538253efe12a16c30a5a38267df /gogs.go | |
parent | 9ae92459a53f9cccd34460f859c1370715c36a1d (diff) | |
download | gitea-ecf3eb4307c13c74d928656a140b7bb2ae804fd9.tar.gz gitea-ecf3eb4307c13c74d928656a140b7bb2ae804fd9.zip |
Fix #570
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.1014 Beta" +const APP_VER = "0.5.5.1015 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |