diff options
author | Unknwon <u@gogs.io> | 2017-02-21 11:36:19 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-21 11:36:19 -0500 |
commit | 8216360da89bec1f3df75fe15ee57bfdcc290339 (patch) | |
tree | 3f92632e7353bc02f1cc3362a4aa31c38a954c1b /gogs.go | |
parent | c5b85f2733f6684b9efa1941d1a3f8dd2842a663 (diff) |
webhook: support color for Discord
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.163.0220" +const APP_VER = "0.9.164.0220" func init() { setting.AppVer = APP_VER |