Skip to content

Commit

Permalink
update version constants for 26.0.0-snapshot release
Browse files Browse the repository at this point in the history
  • Loading branch information
yliaog committed Jan 24, 2023
1 parent 2a27133 commit 8b263d1
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.25"
KUBERNETES_BRANCH = "release-1.26"

# client version for packaging and releasing.
CLIENT_VERSION = "25.0.0-snapshot"
CLIENT_VERSION = "26.0.0-snapshot"

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

0 comments on commit 8b263d1

Please sign in to comment.