1
0
Fork 0
forked from forgejo/forgejo

#3417 wrong dashboard issue count for create by you

This commit is contained in:
Unknwon 2016-08-09 23:19:52 -07:00
parent bb51eb5188
commit 5448d29b2e
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.70.0808"
const APP_VER = "0.9.71.0808"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())