models/pull: fix error on merge pull requests to non-default branch (#5138)

This commit is contained in:
Unknwon
2018-04-09 07:26:38 -04:00
parent 3329bfa5b2
commit 8b66c433c5
3 changed files with 5 additions and 11 deletions

View File

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