From 8a9ae7c4f9f2e77b1a47bb7b7bb4bde6c2d7909d Mon Sep 17 00:00:00 2001 From: Sean Young Date: Thu, 26 Oct 2023 16:13:24 +0100 Subject: [PATCH] Set v0.3.3 version number correctly (#1576) The [v0.3.3 PR](https://github.com/hyperledger/solang/pull/1573) did not update the version of the solang crate :roll_eyes: This is a bit embarrassing! Signed-off-by: Sean Young --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e5b30a15..e1cf21742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solang" -version = "0.3.2" +version = "0.3.3" authors = ["Sean Young ", "Lucas Steuernagel ", "Cyrill Leutwiler "] homepage = "https://github.com/hyperledger/solang" documentation = "https://solang.readthedocs.io/"