Minor fix for #2624

This commit is contained in:
Unknwon 2016-02-15 14:57:15 -05:00
parent dc89c51f3e
commit 632c27802c
21 changed files with 300 additions and 198 deletions

View file

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