Skip to content

Commit

Permalink
Bump to v0.3(pre-release)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc committed Jul 3, 2018
1 parent 3da4296 commit abf4334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Terraform RKE providers can easily deploy Kubernetes clusters with [Rancher Kube
#### Compatible Versions

- Terraform: v0.11+
- RKE: v0.1.7 (Kubernetes 1.8, 1.9 and 1.10)
- RKE: v0.1.8-rc11 (Kubernetes 1.8, 1.9 and 1.10)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion rke/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "fmt"

var (
// Version app version
Version = "0.2.1"
Version = "0.3.0"
// Revision git commit short commithash
Revision = "xxxxxx" // set on build
)
Expand Down

0 comments on commit abf4334

Please sign in to comment.