Skip to content

Commit 2944e5b

Browse files
committed
Set versions to snapshot for non-release branches
1 parent a7c3b63 commit 2944e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
# Spec version will be set in downloaded spec and all
2121
# generated code will refer to it.
22-
SPEC_VERSION = "v1.5.0-beta.3"
22+
SPEC_VERSION = "v1.5.0-snapshot"
2323

2424
# client version for packaging and releasing. It can
2525
# be different than SPEC_VERSION.
26-
CLIENT_VERSION = "1.0.0-alpha.2"
26+
CLIENT_VERSION = "1.0.0-snapshot"
2727

2828
# Name of the release package
2929
PACKAGE_NAME = "kubernetes"

0 commit comments

Comments
 (0)