Minor fix for #3246

This commit is contained in:
Unknwon 2016-07-09 13:42:05 +08:00
parent 98b152030d
commit 9fcf66f0e0
7 changed files with 937 additions and 719 deletions

View file

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