aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-21 14:15:04 +0800
committerUnknwon <u@gogs.io>2016-07-21 14:15:04 +0800
commit57af7432fc07f630e435228a306a9deeb3fefa1e (patch)
tree6ba47956027d61989c34c3da427f75d72c58168a /gogs.go
parent1c7dcdd6b948b9c177b5ed4e036e612508ee9832 (diff)
downloadgitea-57af7432fc07f630e435228a306a9deeb3fefa1e.tar.gz
gitea-57af7432fc07f630e435228a306a9deeb3fefa1e.zip
#3295 fix wrong logic judgement
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 efb9c915e6..a6748371e8 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.46.0717"
+const APP_VER = "0.9.47.0721"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())