aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-03-26 16:42:20 -0400
committerUnknwon <u@gogs.io>2016-03-26 16:42:20 -0400
commitac53bb593d12bac3b44380defe73d13e728cd142 (patch)
tree8907912c671463e5c167a021ded4fc52d1d0e15c /gogs.go
parentdd36c431ece67e47beb0e64070015808627538e5 (diff)
#2878 print error of JSON unmarshal and always returns a valid object
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index aa776356..d49af55d 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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())