webhook: add issue comment event

This commit is contained in:
Unknwon
2017-03-09 04:11:23 -05:00
parent c93731339f
commit 89cc6aa430
19 changed files with 256 additions and 78 deletions

View File

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