index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
gogs.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2018-05-21 14:24:06 +0800
committer
Unknwon <u@gogs.io>
2018-05-21 14:24:06 +0800
commit
01ccc2cc967935d4093ad3067e2b45bda80653a3
(
patch
)
tree
b52062569bb0efac16641a70f664749107476513
/
gogs.go
parent
cd093a07a3b8e0c52c93682d325c5b44f9f2dd63
(
diff
)
security: prevent same passcode from being reused
Reported by @cezar97.
Diffstat
(limited to 'gogs.go')
-rw-r--r--
gogs.go
2
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