From 6d9ffbe1a20f86def89a169dce936c0ec9e14a6e Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Mon, 11 Sep 2023 18:57:17 -0700 Subject: [PATCH] fix version --- crates/wasmi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasmi/Cargo.toml b/crates/wasmi/Cargo.toml index 6e3d7dd19d..0cca4fd792 100644 --- a/crates/wasmi/Cargo.toml +++ b/crates/wasmi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soroban-wasmi" -version = "0.31.0-soroban" +version = "0.31.0-soroban1" description = "Soroban fork of Parity WebAssembly interpreter" exclude = ["tests/*", "benches/*"] authors.workspace = true