We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db88142 commit 5365453Copy full SHA for 5365453
internal/pkg/version/version.go
@@ -18,7 +18,7 @@ package version
18
import "fmt"
19
20
const MAJOR uint = 3
21
-const MINOR uint = 34
+const MINOR uint = 35
22
const PATCH uint = 0
23
24
var COMMIT string = ""
0 commit comments