summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-06-03 12:51:53 -0400
committerUnknown <joe2010xtmf@163.com>2014-06-03 12:51:53 -0400
commit63baf76ab2f4a510b4fb981e81feb5ae533b1639 (patch)
treef3f3c26c3a02e4d30399b6b039bc96e1dcd48a5a /gogs.go
parent9c3aa6936acc16a4b127874dea5a5519d20e44e1 (diff)
downloadgitea-63baf76ab2f4a510b4fb981e81feb5ae533b1639.tar.gz
gitea-63baf76ab2f4a510b4fb981e81feb5ae533b1639.zip
Fix #214
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 8e8c161a5c..cf35af7543 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.4.1.0602 Alpha"
+const APP_VER = "0.4.1.0603 Alpha"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())