diff --git a/CHANGELOG.md b/CHANGELOG.md index 2478ca84..5b4ac7f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] -- Update `wasmtime@latest` to 0.34.1. - ## [1.1.5] - 2022-02-08 - Update `wasmtime@latest` to 0.34.0. diff --git a/main.sh b/main.sh index edf7aaf5..ecf371d0 100755 --- a/main.sh +++ b/main.sh @@ -164,7 +164,7 @@ for tool in "${tools[@]}"; do ;; wasmtime) # https://github.com/bytecodealliance/wasmtime/releases - latest_version="0.34.1" + latest_version="0.34.0" repo="bytecodealliance/wasmtime" case "${OSTYPE}" in linux*) target="x86_64-linux" ;;