Skip to content

Commit ba5e8b5

Browse files
committed
Release 1.35.0-alpha.1
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
1 parent a22946e commit ba5e8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kops-version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ func KopsVersionImageTag() string {
3030

3131
// These constants are parsed by build tooling - be careful about changing the formats
3232
const (
33-
KOPS_RELEASE_VERSION = "1.34.0-beta.1"
34-
KOPS_CI_VERSION = "1.34.0-beta.2"
33+
KOPS_RELEASE_VERSION = "1.35.0-alpha.1"
34+
KOPS_CI_VERSION = "1.35.0-alpha.2"
3535
)
3636

3737
// GitVersion should be replaced by the makefile

0 commit comments

Comments
 (0)