webhook: remove bad characters of Slack-type webhook for Discord (#4088)

This commit is contained in:
Unknwon
2017-02-11 16:31:58 -05:00
parent 0ae666f3e6
commit 127005d733
4 changed files with 27 additions and 13 deletions

View File

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