user/auth: fix page not redirect after login

This commit is contained in:
Unknwon
2017-10-22 19:29:17 -04:00
parent 4d1d66d906
commit 4258bf3d54
3 changed files with 3 additions and 3 deletions

View File

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