Skip to content

Commit 2b2263c

Browse files
committed
Updated tools ci wasmd version
1 parent 3369da1 commit 2b2263c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/ci/install_wasmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
set -euo pipefail
44

55
# commit on branch releases/v0.40.x
6-
GIT_TAG="v0.40.1"
6+
GIT_TAG="v0.55.0"
77

88
CHECKOUT_DIR="${HOME}/wasmd-checkout"
99
BUILD_DIR="${HOME}/wasmd-build"
1010

11-
git clone https://github.com/CosmWasm/wasmd --branch "releases/v0.40.x" "${CHECKOUT_DIR}"
11+
git clone https://github.com/CosmWasm/wasmd --branch "v0.55.0" "${CHECKOUT_DIR}"
1212
cd "${CHECKOUT_DIR}"
1313
git checkout "${GIT_TAG}"
1414
GOPATH="${BUILD_DIR}" make install

0 commit comments

Comments
 (0)