From b88849cbc5a74ba18642d4501004c04d4d758704 Mon Sep 17 00:00:00 2001 From: Samuel Vanderwaal Date: Tue, 4 Jul 2023 09:58:19 -0800 Subject: [PATCH] chore: Release sugar-cli version 2.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58fed158..5b85a30a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4652,7 +4652,7 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "sugar-cli" -version = "2.4.0" +version = "2.4.1" dependencies = [ "anchor-client", "anchor-lang", diff --git a/Cargo.toml b/Cargo.toml index d16bd96c..ac03298f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sugar-cli" -version = "2.4.0" +version = "2.4.1" edition = "2021" description = "Command line tool for creating and managing Metaplex Candy Machines." license = "Apache-2.0"