diff options
author | Unknwon <u@gogs.io> | 2016-03-26 16:42:20 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-26 16:42:20 -0400 |
commit | ac53bb593d12bac3b44380defe73d13e728cd142 (patch) | |
tree | 8907912c671463e5c167a021ded4fc52d1d0e15c /gogs.go | |
parent | dd36c431ece67e47beb0e64070015808627538e5 (diff) |
#2878 print error of JSON unmarshal and always returns a valid object
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |