Skip to content

Commit

Permalink
Bump installation versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spachava753 committed Jul 12, 2021
1 parent 256b5f3 commit 73ff625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 73ff625

Please sign in to comment.