Minor fix for PR #3667

This commit is contained in:
Unknwon
2016-12-22 01:51:49 -05:00
parent c47fbc629b
commit 16d3e7085e
9 changed files with 10 additions and 22 deletions

View File

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