Skip to content

Commit abf4334

Browse files
committed
Bump to v0.3(pre-release)
1 parent 3da4296 commit abf4334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Terraform RKE providers can easily deploy Kubernetes clusters with [Rancher Kube
99
#### Compatible Versions
1010

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

1414
## Installation
1515

rke/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "fmt"
44

55
var (
66
// Version app version
7-
Version = "0.2.1"
7+
Version = "0.3.0"
88
// Revision git commit short commithash
99
Revision = "xxxxxx" // set on build
1010
)

0 commit comments

Comments
 (0)