diff --git a/.github/README.md b/.github/README.md index 3d47d2a..927e095 100755 --- a/.github/README.md +++ b/.github/README.md @@ -96,7 +96,7 @@ Probably most of the speed gains are because I am bypassing kubectl and just edi #### Binary Download and extract the binary. ```zsh -KUBESESS_VERSION=2.0.1 && \ +KUBESESS_VERSION=2.0.2 && \ KUBESESS_OS=x86_64-unknown-linux-gnu && \ wget "https://github.com/Ramilito/kubesess/releases/download/${KUBESESS_VERSION}/kubesess_${KUBESESS_VERSION}_${KUBESESS_OS}.tar.gz" && \ mkdir -p $HOME/.kube/kubesess && tar zxpf kubesess_${KUBESESS_VERSION}_${KUBESESS_OS}.tar.gz -C $HOME/.kube/kubesess && \ diff --git a/Cargo.lock b/Cargo.lock index 2337a9c..a86a334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1005,7 +1005,7 @@ dependencies = [ [[package]] name = "kubesess" -version = "2.0.1" +version = "2.0.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 15db90a..2f98dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kubesess" -version = "2.0.1" +version = "2.0.2" authors = ["https://github.com/ramilito"] edition = "2021"