Skip to content

Commit 0ec59f5

Browse files
committed
Update constants to reflect 18.0.0-snapshot
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 44b2325 commit 0ec59f5

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
@@ -15,10 +15,10 @@
1515
import sys
1616

1717
# Kubernetes branch to get the OpenAPI spec from.
18-
KUBERNETES_BRANCH = "release-1.17"
18+
KUBERNETES_BRANCH = "release-1.18"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "17.0.0-snapshot"
21+
CLIENT_VERSION = "18.0.0-snapshot"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"

0 commit comments

Comments
 (0)