Minor fixes for #2746

This commit is contained in:
Unknwon 2016-03-04 13:32:17 -05:00
parent 4d5911dbcf
commit 9df6ce48c5
8 changed files with 937 additions and 723 deletions

View file

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