Minor fixes for #2766

This commit is contained in:
Unknwon 2016-03-06 13:24:42 -05:00
parent 922a6f13a3
commit 13bd16af92
4 changed files with 5 additions and 6 deletions

View file

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