From a4a90dfcd83902a8898f6698df978b6b5a471b25 Mon Sep 17 00:00:00 2001 From: Syrus Date: Tue, 10 Mar 2020 21:38:17 -0700 Subject: [PATCH] Fixed WAPM version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01cc7e05d69..601421c9163 100644 --- a/Makefile +++ b/Makefile @@ -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"