Fix changed branch is not reflected when creating PR (#3604)

This commit is contained in:
Unknwon
2017-01-27 18:56:32 -05:00
parent a2f2f7717a
commit e43479d948
4 changed files with 34 additions and 34 deletions

View File

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