diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-17 14:22:51 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-17 14:22:51 -0400 |
commit | 8a09256941ab0e2ca81e98ac35081f6dc04bb22a (patch) | |
tree | 8c42bbcc28cdbf77112f1581ec2529488b71dbf7 /gogs.go | |
parent | c03f5a2c7cd0c3cba12a8cfbbac03b13136fe9f9 (diff) | |
download | gitea-8a09256941ab0e2ca81e98ac35081f6dc04bb22a.tar.gz gitea-8a09256941ab0e2ca81e98ac35081f6dc04bb22a.zip |
Mirror fix and fix #481
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.2.0916 Beta" +const APP_VER = "0.5.2.0917 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |