diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-30 06:34:24 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-30 06:34:24 -0400 |
commit | 617bbe3feec23f2c7cb5c32df8532999fda74203 (patch) | |
tree | 74b5cc06482fa823d2436015ad9b2df7117d93ef /gogs.go | |
parent | 9085dfa42663e826c405996a44729bb0428bb201 (diff) | |
download | gitea-617bbe3feec23f2c7cb5c32df8532999fda74203.tar.gz gitea-617bbe3feec23f2c7cb5c32df8532999fda74203.zip |
Fix #218
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.0.0528 Alpha" +const APP_VER = "0.4.0.0530 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |