summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-12 18:29:58 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-12 18:29:58 -0400
commitcfed11f092580ecf47cff43274c7cdd10d07bffd (patch)
tree0fc15282e980d9e65341a3ad009f982db0a10b5a /gogs.go
parentf67c59135fe258a9e839af7f839770b445d58732 (diff)
downloadgitea-cfed11f092580ecf47cff43274c7cdd10d07bffd.tar.gz
gitea-cfed11f092580ecf47cff43274c7cdd10d07bffd.zip
Bug: Transfer repository doesn't update the count
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 d3aa43778a..6f32b747a2 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.5.0.0910 Beta"
+const APP_VER = "0.5.0.0912 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())