Skip to content

Commit db2908a

Browse files
committed
update version constants for 27.0.0+snapshot release
1 parent 9a2d5e4 commit db2908a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
import sys
1616

1717
# Kubernetes branch to get the OpenAPI spec from.
18-
KUBERNETES_BRANCH = "release-1.26"
18+
KUBERNETES_BRANCH = "release-1.27"
1919

2020
# client version for packaging and releasing.
21-
CLIENT_VERSION = "26.0.0+snapshot"
21+
CLIENT_VERSION = "27.0.0+snapshot"
2222

2323
# Name of the release package
2424
PACKAGE_NAME = "kubernetes"

0 commit comments

Comments
 (0)