webhook: add native Discord support

This commit is contained in:
Unknwon
2017-02-18 00:54:56 -05:00
parent 266586e866
commit a07b1f630a
20 changed files with 428 additions and 60 deletions

View File

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