Skip to content

Commit

Permalink
chore: bump install version to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Aug 26, 2024
1 parent 8c3e417 commit 89758e2
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 @@ -14,7 +14,7 @@ case "$ARCH" in
*) echo "unknown arch: $ARCH" && exit 1 ;;
esac

export TAG="v1.0.0-rc11"
export TAG="v1.1.0"
export BINARYEN_TAG="version_116"

curl -L -O "https://github.com/extism/js-pdk/releases/download/$TAG/extism-js-$ARCH-$OS-$TAG.gz"
Expand Down

0 comments on commit 89758e2

Please sign in to comment.