aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2018-10-24 09:43:59 -0400
committerUnknwon <u@gogs.io>2018-10-24 09:43:59 -0400
commitb93079f1c1a71238ab3bd8fd33ceecedf3b6c46f (patch)
treed75b792ad991a374a1a8c6f6bf32f1c641354820 /gogs.go
parenta1098384c09bc0d569ec82d19c26415e00cc364b (diff)
vendor: update github.com/go-macaron/session (#5469)
Fix security flaw reported by c957861129d62331c5704d2f04d11e41.
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 756b06a9..14de15ff 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const APP_VER = "0.11.68.1023"
+const APP_VER = "0.11.69.1024"
func init() {
setting.AppVer = APP_VER