#3295 fix wrong logic judgement

This commit is contained in:
Unknwon 2016-07-21 14:15:04 +08:00
parent 1c7dcdd6b9
commit 57af7432fc
4 changed files with 4 additions and 4 deletions

View file

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