update version constant for v18.17.0a1 release
kubernetes 1.18 is no longer maintained. 1.18.17 was the last patch release.
This commit is contained in:
parent
eb9db7762d
commit
91bb4910b2
@ -18,7 +18,7 @@ import sys
|
||||
KUBERNETES_BRANCH = "release-1.18"
|
||||
|
||||
# client version for packaging and releasing.
|
||||
CLIENT_VERSION = "18.0.0-snapshot"
|
||||
CLIENT_VERSION = "18.17.0a1"
|
||||
|
||||
# Name of the release package
|
||||
PACKAGE_NAME = "kubernetes"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user