Minor fix for #2710

This commit is contained in:
Unknwon 2016-02-27 11:31:24 -05:00
parent 8e160edbd5
commit d320915ad2
9 changed files with 254 additions and 245 deletions

View file

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