Minor code fix

This commit is contained in:
Unknwon
2016-12-21 04:08:23 -05:00
parent 39fdb0f9c4
commit 67380cf47b
9 changed files with 17 additions and 16 deletions

View File

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