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