Skip to content

Commit

Permalink
Update version number in installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
spachava753 committed Jul 3, 2021
1 parent acf382e commit a460ffb
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0}
KPKG_VERSION=${KPKG_VERSION:-0.3.0}
KPKG_ROOT=${KPKG_ROOT:-"${HOME}/.kpkg"}

happyexit() {
Expand Down

0 comments on commit a460ffb

Please sign in to comment.