diff --git a/x/wasm/keeper/testdata/download_releases.sh b/x/wasm/keeper/testdata/download_releases.sh index 9a9bf87a..27576139 100755 --- a/x/wasm/keeper/testdata/download_releases.sh +++ b/x/wasm/keeper/testdata/download_releases.sh @@ -17,4 +17,7 @@ done # create the zip variant gzip -k hackatom.wasm -mv hackatom.wasm.gz hackatom.wasm.gzip \ No newline at end of file +mv hackatom.wasm.gz hackatom.wasm.gzip + +rm -f version.txt +echo "$tag" >version.txt \ No newline at end of file diff --git a/x/wasm/keeper/testdata/hackatom.wasm.gzip b/x/wasm/keeper/testdata/hackatom.wasm.gzip index 031d43e7..0bbfea03 100644 Binary files a/x/wasm/keeper/testdata/hackatom.wasm.gzip and b/x/wasm/keeper/testdata/hackatom.wasm.gzip differ diff --git a/x/wasm/keeper/testdata/version.txt b/x/wasm/keeper/testdata/version.txt new file mode 100644 index 00000000..b6734ac5 --- /dev/null +++ b/x/wasm/keeper/testdata/version.txt @@ -0,0 +1 @@ +v0.16.0+contracts