diff --git a/Cargo.lock b/Cargo.lock index 739491ac..2c6098d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2281,7 +2281,7 @@ dependencies = [ [[package]] name = "mpl-core" -version = "0.8.0-beta.1" +version = "0.8.0" dependencies = [ "anchor-lang", "assert_matches", diff --git a/clients/rust/Cargo.toml b/clients/rust/Cargo.toml index 139206ec..851d28ab 100644 --- a/clients/rust/Cargo.toml +++ b/clients/rust/Cargo.toml @@ -2,7 +2,7 @@ name = "mpl-core" description = "A flexible digital asset standard for Solana" repository = "https://github.com/metaplex-foundation/mpl-core" -version = "0.8.0-beta.1" +version = "0.8.0" edition = "2021" readme = "README.md" license-file = "../../LICENSE"