Minor fix for #2567

This commit is contained in:
Unknwon 2016-02-14 20:07:42 -05:00
parent daa43cfb6e
commit a1d97e8f5c
8 changed files with 17 additions and 14 deletions

View file

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