models/pull: fix rebase merging no effect (#5051)

This commit is contained in:
Unknwon
2018-03-21 19:11:36 -04:00
parent 28e0003a9a
commit 75555585e8
3 changed files with 47 additions and 15 deletions

View File

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