repo: fix panic on pull request submit (#4572)

This commit is contained in:
Unknwon
2017-07-14 18:51:23 -04:00
parent 5a88546a80
commit e02fac4968
5 changed files with 20 additions and 11 deletions

View File

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