From fdb5bb9c1998f7a439974d97a7bf321a31195d3b Mon Sep 17 00:00:00 2001 From: Enrico Candino Date: Mon, 19 May 2025 20:27:23 +0200 Subject: [PATCH] update version in readme (#357) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ad61f0b..7233eb07 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To install it, simply download the latest available version for your architectur For example, you can download the Linux amd64 version with: ``` -wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v0.3.0/k3kcli-linux-amd64 && \ +wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v0.3.2/k3kcli-linux-amd64 && \ chmod +x k3kcli && \ sudo mv k3kcli /usr/local/bin ``` @@ -79,7 +79,7 @@ wget -qO k3kcli https://github.com/rancher/k3k/releases/download/v0.3.0/k3kcli-l You should now be able to run: ```bash -> % k3kcli --version -k3kcli Version: v0.3.0 +k3kcli Version: v0.3.2 ```