repo: trigger webhook when delete branch after merged pull request (#5331)

This commit is contained in:
Unknwon
2018-09-14 20:02:49 -04:00
parent 99f3eabb1b
commit 1ec365de25
3 changed files with 16 additions and 4 deletions

View File

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