diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-16 10:10:33 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-16 10:10:33 -0400 |
commit | 0d9c41be7d7d4ae1d2a28931be5565c8f6d3f792 (patch) | |
tree | f8fcb8c01547a7f259917bc4050a2620bca58a9d /gogs.go | |
parent | c1ceec45da8c600dea2b932127519c04484258d8 (diff) | |
download | gitea-0d9c41be7d7d4ae1d2a28931be5565c8f6d3f792.tar.gz gitea-0d9c41be7d7d4ae1d2a28931be5565c8f6d3f792.zip |
Work on #476
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.1.0916 Beta" +const APP_VER = "0.5.2.0916 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |