diff options
author | Unknwon <u@gogs.io> | 2016-05-27 18:23:39 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-05-27 18:23:39 -0700 |
commit | e9ae926e040c94ce66666ae6c330c93918fa321c (patch) | |
tree | e67748f36b0a13a45a374e69258dc6f178c0c5a5 /gogs.go | |
parent | 28c03f1147e4f3fbeaac7711d6f2adb5d7532c0a (diff) | |
download | gitea-e9ae926e040c94ce66666ae6c330c93918fa321c.tar.gz gitea-e9ae926e040c94ce66666ae6c330c93918fa321c.zip |
#809 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
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.9.27.0512" +const APP_VER = "0.9.28.0527" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |