diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-02 21:59:56 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-02 21:59:56 -0400 |
commit | eaa7d71fc7967161dfd79987ed94f01bc8a7b88a (patch) | |
tree | 9797e5020573515569225fa8261e065102aa22a6 /gogs.go | |
parent | e1332c52399e5dae3a282697bd265121be61a086 (diff) | |
download | gitea-eaa7d71fc7967161dfd79987ed94f01bc8a7b88a.tar.gz gitea-eaa7d71fc7967161dfd79987ed94f01bc8a7b88a.zip |
Fix #232
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.4.1.0601 Alpha" +const APP_VER = "0.4.1.0602 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |