1
0
Fork 0
forked from forgejo/forgejo

#3406 fix regression of MustEnableIssues check

This commit is contained in:
Unknwon 2016-08-09 09:39:55 -07:00
parent 87954dbfeb
commit bbe866122d
3 changed files with 7 additions and 7 deletions

View file

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