From 5b5f0d5ed42abcb2f13206fb85127cc2343f50c1 Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Sat, 4 Aug 2018 14:22:05 -0700 Subject: [PATCH] version bump --- jira.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira.go b/jira.go index 9ead8954..d1726bc0 100644 --- a/jira.go +++ b/jira.go @@ -7,7 +7,7 @@ import ( var log = logging.MustGetLogger("jira") -const VERSION = "1.0.19" +const VERSION = "1.0.20" type Jira struct { Endpoint string `json:"endpoint,omitempty" yaml:"endpoint,omitempty"`