Minor fix for #2396

This commit is contained in:
Unknwon 2016-01-25 14:04:46 -05:00
parent 71b9537393
commit e33ddac9bf
6 changed files with 11 additions and 4 deletions

View file

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