From 009103e6e4145eb5e27ed7da1989f591a51f63bd Mon Sep 17 00:00:00 2001 From: Cory Bennett Date: Thu, 8 Mar 2018 11:42:14 -0800 Subject: [PATCH] version bump --- jira.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jira.go b/jira.go index 1b08844f..05dbfc68 100644 --- a/jira.go +++ b/jira.go @@ -7,7 +7,7 @@ import ( var log = logging.MustGetLogger("jira") -const VERSION = "1.0.14" +const VERSION = "1.0.15" type Jira struct { Endpoint string `json:"endpoint,omitempty" yaml:"endpoint,omitempty"`