Skip to content

Commit

Permalink
Update constants to reflect Client release 17.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nabarun Pal <[email protected]>
  • Loading branch information
palnabarun committed Nov 7, 2020
1 parent 5c90c18 commit 92bf36b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
import sys

# Kubernetes branch to get the OpenAPI spec from.
KUBERNETES_BRANCH = "release-1.16"
KUBERNETES_BRANCH = "release-1.17"

# client version for packaging and releasing.
CLIENT_VERSION = "12.0.0-snapshot"
CLIENT_VERSION = "17.0.0-snapshot"

# Name of the release package
PACKAGE_NAME = "kubernetes"
Expand Down

0 comments on commit 92bf36b

Please sign in to comment.