aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-03-09 04:11:23 -0500
committerUnknwon <u@gogs.io>2017-03-09 04:11:23 -0500
commit89cc6aa430c65b87808ee4a159e0a80785b51935 (patch)
tree20ac897b69822337a02796ec7a8d9951bd0c285d /gogs.go
parentc93731339f3da01bb1158acc7acf781f0dfe2468 (diff)
webhook: add issue comment event
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 24e586ae..6c40e13d 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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