From 5c285f652a7b581deb5d6ffdd250296da7a96217 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 2 Mar 2021 05:59:48 +0000 Subject: [PATCH] Bump spec tests to v1.0.1 (#2235) ## Issue Addressed Closes #2232 --- testing/ef_tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/ef_tests/Makefile b/testing/ef_tests/Makefile index 8c0b54f61..d0123def2 100644 --- a/testing/ef_tests/Makefile +++ b/testing/ef_tests/Makefile @@ -1,4 +1,4 @@ -TESTS_TAG := v1.0.0 +TESTS_TAG := v1.0.1 TESTS = general minimal mainnet TARBALLS = $(patsubst %,%-$(TESTS_TAG).tar.gz,$(TESTS))