Minor fix for PR #3687

This commit is contained in:
Unknwon
2016-12-21 23:52:11 -05:00
parent 3376354ed8
commit 6cc992ea54
6 changed files with 13 additions and 14 deletions

View File

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