From b4e6f333aa996fa468137a3c7e86a4a97156fb15 Mon Sep 17 00:00:00 2001 From: Rolf Timmermans Date: Thu, 25 Jan 2018 16:59:02 +0100 Subject: [PATCH] Bump. --- README.md | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71676de8..b554e96f 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.0.2/darwin_amd64_kd -o ~/.bin/kd && chmod +x ~/.bin/kd` +1. `curl -L https://github.com/voormedia/kd/releases/download/v1.0.3/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 8c7c9d18..838715fe 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.0.2", + Version: "1.0.3", } var verbose bool