summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-15 07:55:20 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-15 07:55:20 -0400
commitecf3eb4307c13c74d928656a140b7bb2ae804fd9 (patch)
tree080487c1e4b44538253efe12a16c30a5a38267df /gogs.go
parent9ae92459a53f9cccd34460f859c1370715c36a1d (diff)
downloadgitea-ecf3eb4307c13c74d928656a140b7bb2ae804fd9.tar.gz
gitea-ecf3eb4307c13c74d928656a140b7bb2ae804fd9.zip
Fix #570
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 5a3f5114cd..8484de580b 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.5.1014 Beta"
+const APP_VER = "0.5.5.1015 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())