Minor fix for #2444

This commit is contained in:
Unknwon 2016-02-01 20:55:12 -05:00
parent d3ba246693
commit 1c74612b3c
9 changed files with 26 additions and 15 deletions

View file

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