diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-24 09:54:08 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-24 09:54:08 -0500 |
commit | 5b96e3fcc7132bf853bf82a06203d53978811015 (patch) | |
tree | 47d650ed16552f8145e8113ad41faf486da11f81 /gogs.go | |
parent | 5b32cdd96086b31b1ab3a71684241d8752dfc621 (diff) | |
download | gitea-5b96e3fcc7132bf853bf82a06203d53978811015.tar.gz gitea-5b96e3fcc7132bf853bf82a06203d53978811015.zip |
fix #660
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.1122 Beta" +const APP_VER = "0.5.8.1124 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |