We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d8a9c commit 1e619eaCopy full SHA for 1e619ea
jira.go
@@ -7,7 +7,7 @@ import (
7
8
var log = logging.MustGetLogger("jira")
9
10
-const VERSION = "1.0.17"
+const VERSION = "1.0.18"
11
12
type Jira struct {
13
Endpoint string `json:"endpoint,omitempty" yaml:"endpoint,omitempty"`
0 commit comments