diff options
author | Unknwon <u@gogs.io> | 2018-10-24 09:43:59 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-10-24 09:43:59 -0400 |
commit | b93079f1c1a71238ab3bd8fd33ceecedf3b6c46f (patch) | |
tree | d75b792ad991a374a1a8c6f6bf32f1c641354820 /gogs.go | |
parent | a1098384c09bc0d569ec82d19c26415e00cc364b (diff) |
vendor: update github.com/go-macaron/session (#5469)
Fix security flaw reported by c957861129d62331c5704d2f04d11e41.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |