Skip to content

Commit

Permalink
Merge pull request wasmerio#2223 from wasmerio/fix/pin-to-a-specific-…
Browse files Browse the repository at this point in the history
…version-of-wapm

Pin to a specific version of wapm
  • Loading branch information
syrusakbary authored Mar 31, 2021
2 parents 01cf8e8 + 6b1f145 commit 7ed942c
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 @@ -379,7 +379,7 @@ else
endif
endif

WAPM_VERSION = master # v0.5.0
WAPM_VERSION = v0.5.1
get-wapm:
[ -d "wapm-cli" ] || git clone --branch $(WAPM_VERSION) https://github.com/wasmerio/wapm-cli.git

Expand Down

0 comments on commit 7ed942c

Please sign in to comment.