diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-24 13:55:47 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-24 13:55:47 -0400 |
commit | b2801a2e985f11e940a0cd420cea57242ea26d4c (patch) | |
tree | 4d245376952e5800411043c0ebed021c89c489ea /gogs.go | |
parent | ceb415df8a5ba9e33840df5d635765424a2bee8e (diff) | |
download | gitea-b2801a2e985f11e940a0cd420cea57242ea26d4c.tar.gz gitea-b2801a2e985f11e940a0cd420cea57242ea26d4c.zip |
Fix #165
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.5.0623 Alpha" +const APP_VER = "0.4.5.0624 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |