routers/repo/branch: fix can't delete branch with slashes after merge (#4089)

This commit is contained in:
Unknwon
2017-02-09 15:25:48 -05:00
parent e893e1fc63
commit 074c92b0a3
6 changed files with 7 additions and 7 deletions

View File

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