From 84b6155b0d3fc833a275a98d06e39757a28b0d66 Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Sun, 15 Apr 2018 17:55:00 -0700 Subject: [PATCH] version bump --- jira.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira.go b/jira.go index 541d999..b1a321b 100644 --- a/jira.go +++ b/jira.go @@ -7,7 +7,7 @@ import ( var log = logging.MustGetLogger("jira") -const VERSION = "1.0.16" +const VERSION = "1.0.17" type Jira struct { Endpoint string `json:"endpoint,omitempty" yaml:"endpoint,omitempty"`