Skip to content

Commit 8c19a82

Browse files
committed
Change versions to 1.0.0-alpha.3
1 parent 7990c3f commit 8c19a82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.0.0-snapshot
1+
# v1.0.0-alpha.3
22

33
- Add context switch to kube config loader #46
44
- Add default kube config location #64

scripts/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
# client version for packaging and releasing. It can
2525
# be different than SPEC_VERSION.
26-
CLIENT_VERSION = "1.0.0-beta.1"
26+
CLIENT_VERSION = "1.0.0-alpha.3"
2727

2828
# Name of the release package
2929
PACKAGE_NAME = "kubernetes"

0 commit comments

Comments
 (0)