summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2015-02-02 23:04:36 -0500
committerUnknwon <joe2010xtmf@163.com>2015-02-02 23:04:36 -0500
commitbfce0def25bab777d9287136c60e6e30e9f18591 (patch)
tree8ca839a055a42be37901d633c7bf7ca1357fab77 /gogs.go
parent57291d1e2a3190562c169f8c69e3bc65725ee4f4 (diff)
downloadgitea-bfce0def25bab777d9287136c60e6e30e9f18591.tar.gz
gitea-bfce0def25bab777d9287136c60e6e30e9f18591.zip
modules/base: fix README filename checker, fix #877
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 423d301907..1f0f15b8bf 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.12.0201 Beta"
+const APP_VER = "0.5.12.0202 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())