#2878 print error of JSON unmarshal and always returns a valid object

This commit is contained in:
Unknwon 2016-03-26 16:42:20 -04:00
parent dd36c431ec
commit ac53bb593d
5 changed files with 7 additions and 4 deletions

View file

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