We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf7ae5 commit 6bbc3b7Copy full SHA for 6bbc3b7
internal/pkg/version/version.go
@@ -9,7 +9,7 @@ import "fmt"
9
10
const MAJOR uint = 1
11
const MINOR uint = 2
12
-const PATCH uint = 0
+const PATCH uint = 1
13
14
func Version() string {
15
return fmt.Sprintf("%d.%d.%d", MAJOR, MINOR, PATCH)
0 commit comments