Skip to content

Commit 23434fe

Browse files
authored
Bump version to 2.35.1 (#1163)
1 parent 7db0daf commit 23434fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// VERSION is the main CLI version number. It's defined at build time using -ldflags
4-
var VERSION = "2.35.0"
4+
var VERSION = "2.35.1"
55

66
// BuildNumber is the CI build number that creates the release. It's defined at build time using -ldflags
77
var BuildNumber = ""

0 commit comments

Comments
 (0)