Minor fix for PR #3436

This commit is contained in:
Unknwon
2016-12-23 19:00:24 -05:00
parent 5feb68a589
commit eb79532812
4 changed files with 13 additions and 12 deletions

View File

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