Minor code fix for PR #3560

This commit is contained in:
Unknwon
2016-12-27 20:26:35 +08:00
parent 98076ee72d
commit d528704503
8 changed files with 115 additions and 145 deletions

View File

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