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 /templates | |
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 'templates')
-rw-r--r-- | templates/.VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 3821321969..e10c862842 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.27.0512
\ No newline at end of file +0.9.28.0527
\ No newline at end of file |