From e573855a4f040abd4aa6a2afa9ce610a1ec2670f Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 6 May 2014 11:50:31 -0400 Subject: Fix #98, support web hook --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index cb4d43fd..ad5d7abc 100644 --- a/gogs.go +++ b/gogs.go @@ -20,7 +20,7 @@ import ( // Test that go1.2 tag above is included in builds. main.go refers to this definition. const go12tag = true -const APP_VER = "0.3.2.0505 Alpha" +const APP_VER = "0.3.3.0506 Alpha" func init() { base.AppVer = APP_VER -- cgit v1.2.3