We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3369da1 commit 2b2263cCopy full SHA for 2b2263c
1 file changed
tools/ci/install_wasmd
@@ -3,12 +3,12 @@
3
set -euo pipefail
4
5
# commit on branch releases/v0.40.x
6
-GIT_TAG="v0.40.1"
+GIT_TAG="v0.55.0"
7
8
CHECKOUT_DIR="${HOME}/wasmd-checkout"
9
BUILD_DIR="${HOME}/wasmd-build"
10
11
-git clone https://github.com/CosmWasm/wasmd --branch "releases/v0.40.x" "${CHECKOUT_DIR}"
+git clone https://github.com/CosmWasm/wasmd --branch "v0.55.0" "${CHECKOUT_DIR}"
12
cd "${CHECKOUT_DIR}"
13
git checkout "${GIT_TAG}"
14
GOPATH="${BUILD_DIR}" make install
0 commit comments