Change versions to 1.0.0-alpha.3

This commit is contained in:
mbohlool 2016-12-19 14:29:05 -08:00
parent 7990c3f6bd
commit 8c19a820c5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# v1.0.0-snapshot
# v1.0.0-alpha.3
- Add context switch to kube config loader #46
- Add default kube config location #64

View File

@ -23,7 +23,7 @@ SPEC_VERSION = "v1.5.1"
# client version for packaging and releasing. It can
# be different than SPEC_VERSION.
CLIENT_VERSION = "1.0.0-beta.1"
CLIENT_VERSION = "1.0.0-alpha.3"
# Name of the release package
PACKAGE_NAME = "kubernetes"