aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-01 11:06:03 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-01 11:06:03 -0400
commitafc6cbc4797571a138eb150768fb9276b4da702b (patch)
tree9b61321c8094dda8ca40378439565f99e839526a /gogs.go
parent1f059502dcd02a676b792f2ccf16237b5089fc35 (diff)
downloadgitea-afc6cbc4797571a138eb150768fb9276b4da702b.tar.gz
gitea-afc6cbc4797571a138eb150768fb9276b4da702b.zip
Update tag
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 d0a02449c4..963cd5878e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.4.0.0531 Alpha"
+const APP_VER = "0.4.1.0601 Alpha"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())