Skip to content

Commit

Permalink
Update version constants for k8s 1.13 release snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Dec 8, 2018
1 parent 524b0f7 commit 84b1198
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.12"
KUBERNETES_BRANCH = "release-1.13"

# client version for packaging and releasing.
CLIENT_VERSION = "8.0.0-snapshot"
CLIENT_VERSION = "9.0.0-snapshot"

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

0 comments on commit 84b1198

Please sign in to comment.