From ff12f26f81b7aead656eae91d3df10adaade0571 Mon Sep 17 00:00:00 2001 From: Mike Pountney Date: Mon, 16 Sep 2019 18:40:18 -0700 Subject: [PATCH] version bump --- jira.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira.go b/jira.go index 6998e448..65f8122a 100644 --- a/jira.go +++ b/jira.go @@ -4,7 +4,7 @@ import ( "github.com/coryb/oreo" ) -const VERSION = "1.0.20" +const VERSION = "1.0.21" type Jira struct { Endpoint string `json:"endpoint,omitempty" yaml:"endpoint,omitempty"`