diff options
author | Unknwon <u@gogs.io> | 2017-10-22 19:29:17 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-10-22 19:29:17 -0400 |
commit | 4258bf3d54be12a290cf35b1e28de1d0dac8e78e (patch) | |
tree | 07249776be78e27ecf9cf044346b16dc13b959d0 /gogs.go | |
parent | 4d1d66d906321e5bdcc6b22a8fe054bd95723f36 (diff) |
user/auth: fix page not redirect after login
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/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.30.1014" +const APP_VER = "0.11.31.1022" func init() { setting.AppVer = APP_VER |