From a26aa65782434646296daa598e20be1e3fd027c7 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 17 Apr 2019 09:45:42 +0200 Subject: [PATCH] make k3s v0.4.0 default version --- README.md | 7 +++---- main.go | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 869b4f41..fbc25868 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,7 @@ Example Workflow: Create a new cluster and use it with `kubectl` ## TODO -- [ ] Use the docker client library instead of commands -- [ ] Test the docker version -- [ ] Improve cluster state management +- [x] Use the docker client library instead of commands +- [x] Improve cluster state management +- [x] Add install script - [ ] Use [sirupsen/logrus](https://github.com/sirupsen/logrus) for prettier logs -- [ ] Add install script \ No newline at end of file diff --git a/main.go b/main.go index 59841fbe..501d51de 100644 --- a/main.go +++ b/main.go @@ -57,7 +57,7 @@ func main() { }, cli.StringFlag{ Name: "version", - Value: "v0.3.0", + Value: "v0.4.0", Usage: "Choose the k3s image version", }, cli.IntFlag{