Skip to content

Commit 1c554ff

Browse files
committed
update settings
1 parent e56477e commit 1c554ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

settings

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
# limitations under the License.
1616

1717
# Kubernetes branch to get the OpenAPI spec from.
18-
export KUBERNETES_BRANCH="release-1.10"
18+
export KUBERNETES_BRANCH="release-1.11"
1919

2020
# client version for packaging and releasing. It can
2121
# be different than SPEC_VERSION.
22-
export CLIENT_VERSION="0.3-SNAPSHOT"
22+
export CLIENT_VERSION="0.4-SNAPSHOT"
2323

2424
# Name of the release package
25-
export PACKAGE_NAME="io.kubernetes.client"
25+
export PACKAGE_NAME="@kubernetes/node-client"

0 commit comments

Comments
 (0)