editor: redirect to new pull request page after create new branch

This commit is contained in:
Unknwon
2017-02-20 22:29:15 -05:00
parent e78f252713
commit 5895d43574
4 changed files with 33 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.162.0220"
const APP_VER = "0.9.163.0220"
func init() {
setting.AppVer = APP_VER