repo/webhook: able to retrigger delivery history (#2187)

This commit is contained in:
Unknwon
2017-03-19 17:44:46 -04:00
parent 55a5ad5cdc
commit 2807274e2d
15 changed files with 199 additions and 120 deletions

View File

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