summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-02 21:59:56 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-02 21:59:56 -0400
commiteaa7d71fc7967161dfd79987ed94f01bc8a7b88a (patch)
tree9797e5020573515569225fa8261e065102aa22a6 /gogs.go
parente1332c52399e5dae3a282697bd265121be61a086 (diff)
downloadgitea-eaa7d71fc7967161dfd79987ed94f01bc8a7b88a.tar.gz
gitea-eaa7d71fc7967161dfd79987ed94f01bc8a7b88a.zip
Fix #232
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 963cd5878e..8e8c161a5c 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.4.1.0601 Alpha"
+const APP_VER = "0.4.1.0602 Alpha"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())