Skip to content

Commit 32eee32

Browse files
authored
bump (cosmos#801)
1 parent 3d3b5dd commit 32eee32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,17 +385,17 @@ test-rpc-compat-stop:
385385

386386
.PHONY: localnet-start localnet-stop localnet-build-env localnet-build-nodes test-rpc-compat test-rpc-compat-stop
387387

388-
test-system: build-v04 build
388+
test-system: build-v05 build
389389
mkdir -p ./tests/systemtests/binaries/
390390
cp $(BUILDDIR)/evmd ./tests/systemtests/binaries/
391391
cd tests/systemtests/Counter && forge build
392392
$(MAKE) -C tests/systemtests test
393393

394-
build-v04:
395-
mkdir -p ./tests/systemtests/binaries/v0.4
396-
git checkout v0.4.1
394+
build-v05:
395+
mkdir -p ./tests/systemtests/binaries/v0.5
396+
git checkout v0.5.0
397397
make build
398-
cp $(BUILDDIR)/evmd ./tests/systemtests/binaries/v0.4
398+
cp $(BUILDDIR)/evmd ./tests/systemtests/binaries/v0.5
399399
git checkout -
400400

401401
mocks:

0 commit comments

Comments
 (0)