Skip to content

Commit

Permalink
Bump constants to reflect kubernetes 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
roycaihw committed Mar 9, 2018
1 parent 3888bee commit 828a4a0
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.9"
KUBERNETES_BRANCH = "release-1.10"

# client version for packaging and releasing.
CLIENT_VERSION = "5.0.0-snapshot"
CLIENT_VERSION = "6.0.0-snapshot"

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

0 comments on commit 828a4a0

Please sign in to comment.