From a95e5c7a45e6c012ea60a6e6b0a0b0852f726a0b Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Wed, 4 Mar 2020 21:27:03 +0100 Subject: [PATCH] Release 0.3.0 Signed-off-by: Markus Blaschke --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ec35cf5..19b7819 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( const ( author = "webdevops.io" - version = "0.2.0" + version = "0.3.0" // Limit of pagerduty incidents per call PagerdutyIncidentLimit = 100