diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-24 17:43:33 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-24 17:43:33 -0400 |
commit | 25268577a53bd326b21866c792d7ec390a6e4d94 (patch) | |
tree | 457fbb28905efe99389e4db5bcfb413ca05f4d4d /gogs.go | |
parent | 612fdb98df0ff84c81603a5c8d66a5f2f4395bd5 (diff) | |
download | gitea-25268577a53bd326b21866c792d7ec390a6e4d94.tar.gz gitea-25268577a53bd326b21866c792d7ec390a6e4d94.zip |
Fix download archive issue
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.4.0923 Beta" +const APP_VER = "0.5.4.0924 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |