Code fix for PR #3547

This commit is contained in:
Unknwon
2016-12-22 01:28:06 -05:00
parent 3b0e2c1c3f
commit d04b19545d
5 changed files with 33 additions and 57 deletions

View File

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