We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc328dc commit 9b49d2fCopy full SHA for 9b49d2f
internal/pkg/version/version.go
@@ -18,7 +18,7 @@ package version
18
import "fmt"
19
20
const MAJOR uint = 3
21
-const MINOR uint = 8
+const MINOR uint = 9
22
const PATCH uint = 0
23
24
var COMMIT string = ""
0 commit comments