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{