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 a22946e commit ba5e8b5Copy full SHA for ba5e8b5
kops-version.go
@@ -30,8 +30,8 @@ func KopsVersionImageTag() string {
30
31
// These constants are parsed by build tooling - be careful about changing the formats
32
const (
33
- KOPS_RELEASE_VERSION = "1.34.0-beta.1"
34
- KOPS_CI_VERSION = "1.34.0-beta.2"
+ KOPS_RELEASE_VERSION = "1.35.0-alpha.1"
+ KOPS_CI_VERSION = "1.35.0-alpha.2"
35
)
36
37
// GitVersion should be replaced by the makefile
0 commit comments