repo: fix unable to propose pull request from secondary fork (#4324)

This commit is contained in:
Unknwon
2017-03-23 20:04:20 -04:00
parent a6dbde4c46
commit fdc7cb565d
5 changed files with 25 additions and 38 deletions

View File

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