aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-05-21 14:24:06 +0800
committerUnknwon <u@gogs.io>2018-05-21 14:24:06 +0800
commit01ccc2cc967935d4093ad3067e2b45bda80653a3 (patch)
treeb52062569bb0efac16641a70f664749107476513 /gogs.go
parentcd093a07a3b8e0c52c93682d325c5b44f9f2dd63 (diff)
security: prevent same passcode from being reused
Reported by @cezar97.
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 294f1411..d7cb3f0e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
-const APP_VER = "0.11.48.0426"
+const APP_VER = "0.11.49.0521"
func init() {
setting.AppVer = APP_VER