From 89cc6aa430c65b87808ee4a159e0a80785b51935 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 9 Mar 2017 04:11:23 -0500 Subject: webhook: add issue comment event --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') 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 -- cgit v1.2.3