From 7e63b4c9e08c4163f417d118d81f7ea34789d0be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:20:23 -0700 Subject: [PATCH] Bump version to 0.31.0-soroban1 (#25) * Bump version to 0.31.0-soroban * fix * fix version --------- Co-authored-by: github-actions[bot] Co-authored-by: Siddharth Suresh --- 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