#3559 fix template error

This commit is contained in:
Unknwon 2016-08-31 13:59:23 -07:00
parent c2afdf2192
commit dadd35b636
5 changed files with 10 additions and 11 deletions

View file

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