summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-24 17:43:33 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-24 17:43:33 -0400
commit25268577a53bd326b21866c792d7ec390a6e4d94 (patch)
tree457fbb28905efe99389e4db5bcfb413ca05f4d4d /gogs.go
parent612fdb98df0ff84c81603a5c8d66a5f2f4395bd5 (diff)
downloadgitea-25268577a53bd326b21866c792d7ec390a6e4d94.tar.gz
gitea-25268577a53bd326b21866c792d7ec390a6e4d94.zip
Fix download archive issue
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 0821dbc220..6956b9f50a 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())