diff --git a/README.md b/README.md index 81085028..3e40f327 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### Option 1 – prebuilt 1. Ensure you have `~/.bin` directory or similar that is in your `$PATH` -1. `curl -L https://github.com/voormedia/kd/releases/download/v1.1.0/darwin_amd64_kd -o ~/.bin/kd && chmod +x ~/.bin/kd` +1. `curl -L https://github.com/voormedia/kd/releases/download/v1.1.1/darwin_amd64_kd -o ~/.bin/kd && chmod +x ~/.bin/kd` ### Option 2 – from source 1. Make sure you have a working `go` installation diff --git a/cmd/root.go b/cmd/root.go index a09b3ee0..436773c8 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -10,7 +10,7 @@ var log = util.NewLogger("kd") var cmdRoot = &cobra.Command{ Use: "kd", Short: "Build and deploy apps to k8s cluster", - Version: "1.1.0", + Version: "1.1.1", } var verbose bool