From 08bb2540f14c419cb8d2604ca66789d4af240422 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 3 Dec 2019 11:43:31 -0600 Subject: [PATCH] Version bump: 0.2.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 228a111..3549d6b 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ import ( ) var ( - version = "0.1.0" + version = "0.2.0" proxyEndpoint = "https://github-events-proxy.herokuapp.com" reRepoHTTP = regexp.MustCompile(`^https?://.*github.com.*/(.+)/(.+?)(?:.git)?$`)