From 73ff625ed3080a711f7e3a267bcf2df1278bc139 Mon Sep 17 00:00:00 2001 From: Shashank Pachava Date: Mon, 12 Jul 2021 14:48:31 -0400 Subject: [PATCH] Bump installation versions --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99c4cfc..1445ae5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ installed usually do not have any dependencies in the first place. # Installation `kpkg` can be installed by running `go get github.com/spachava753/kpkg`, or you can run the installation -script `curl -sL https://raw.githubusercontent.com/spachava753/kpkg/0.3.0/install.sh | sh`. Optionally, you can just +script `curl -sL https://raw.githubusercontent.com/spachava753/kpkg/0.4.1/install.sh | sh`. Optionally, you can just download the zip file from releases: [https://github.com/spachava753/kpkg/releases/latest](https://github.com/spachava753/kpkg/releases/latest) diff --git a/install.sh b/install.sh index dd51cdc..ac27fd6 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ set -eu -KPKG_VERSION=${KPKG_VERSION:-0.4.0} +KPKG_VERSION=${KPKG_VERSION:-0.4.1} KPKG_ROOT=${KPKG_ROOT:-"${HOME}/.kpkg"} happyexit() {