Skip to content

Commit

Permalink
Fixed WAPM version
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Mar 11, 2020
1 parent f2c5f88 commit a4a90df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ endif
cp lib/runtime-c-api/doc/index.md ./capi/README.md
tar -C ./capi -zcvf wasmer-c-api.tar.gz lib include README.md LICENSE

WAPM_VERSION = 0.5.0
WAPM_VERSION = v0.5.0
build-wapm:
git clone --branch $(WAPM_VERSION) https://github.com/wasmerio/wapm-cli.git
cargo build --release --manifest-path wapm-cli/Cargo.toml --features "telemetry update-notifications"
Expand Down

0 comments on commit a4a90df

Please sign in to comment.