summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-12-14 17:06:54 -0500
committerUnknwon <u@gogs.io>2015-12-14 17:06:54 -0500
commit3362b3a44f9f4e0e482b08151e298f7809eefc59 (patch)
tree1cc06a33b090f888e1f3e386b572dda0d609cb7e /gogs.go
parent50264200f04d227ce5e36792cb7b951789693570 (diff)
downloadgitea-3362b3a44f9f4e0e482b08151e298f7809eefc59.tar.gz
gitea-3362b3a44f9f4e0e482b08151e298f7809eefc59.zip
fix possible disclosure
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 8b9286f224..85255299da 100644
--- a/gogs.go
+++ b/gogs.go
@@ -18,7 +18,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.8.4.1214"
+const APP_VER = "0.8.5.1214"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())