milestone: only show issue-related count under issue list (#4316)

This commit is contained in:
Unknwon
2017-03-24 14:00:01 -04:00
parent c441f8080e
commit 79ba0314e9
6 changed files with 17 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.28.0323"
const APP_VER = "0.10.29.0324"
func init() {
setting.AppVer = APP_VER