aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-21 11:36:19 -0500
committerUnknwon <u@gogs.io>2017-02-21 11:36:19 -0500
commit8216360da89bec1f3df75fe15ee57bfdcc290339 (patch)
tree3f92632e7353bc02f1cc3362a4aa31c38a954c1b /gogs.go
parentc5b85f2733f6684b9efa1941d1a3f8dd2842a663 (diff)
webhook: support color for Discord
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index a507c690..ac0791a3 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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