From 2ebe23120957d5520e4dc519d58e57e3d0a09280 Mon Sep 17 00:00:00 2001 From: blockiosaurus Date: Wed, 28 Feb 2024 17:00:10 -0500 Subject: [PATCH] chore: release --- shank/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shank/Cargo.toml b/shank/Cargo.toml index dd31fa4..7ea8754 100644 --- a/shank/Cargo.toml +++ b/shank/Cargo.toml @@ -4,7 +4,7 @@ description = "Exposes macros to annotate Rust programs to extract solita compat authors = ["Metaplex Maintainers "] repository = "https://github.com/metaplex-foundation/shank" license = "Apache-2.0" -version = "0.3.1-alpha.5" +version = "0.4.0" edition = "2018"