diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-12 18:29:58 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-12 18:29:58 -0400 |
commit | cfed11f092580ecf47cff43274c7cdd10d07bffd (patch) | |
tree | 0fc15282e980d9e65341a3ad009f982db0a10b5a /gogs.go | |
parent | f67c59135fe258a9e839af7f839770b445d58732 (diff) | |
download | gitea-cfed11f092580ecf47cff43274c7cdd10d07bffd.tar.gz gitea-cfed11f092580ecf47cff43274c7cdd10d07bffd.zip |
Bug: Transfer repository doesn't update the count
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |