vendor: update github.com/go-macaron/session (#5469)

Fix security flaw reported by c957861129d62331c5704d2f04d11e41.
This commit is contained in:
Unknwon
2018-10-24 09:43:59 -04:00
parent a1098384c0
commit b93079f1c1
5 changed files with 20 additions and 10 deletions

View File

@@ -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