Skip to content

Commit c28830e

Browse files
committed
Update version constants for client release 1.0.0-beta.1
1 parent 729d543 commit c28830e

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-snapshot"
22+
SPEC_VERSION = "v1.5.1"
2323

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

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

0 commit comments

Comments
 (0)