From 5794e61c52bd173c4b4cb9e2404dc8152a6e63be Mon Sep 17 00:00:00 2001 From: Kai Peacock Date: Wed, 31 Jul 2024 16:41:36 -0700 Subject: [PATCH] chore: release 0.23.0 beta.0 (#3856) * chore: updating changelog to minor version change * chore: Release 0.23.0-beta.0 --- Cargo.lock | 2 +- public/manifest.json | 3 ++- src/dfx/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40b52b04e1..4027a04865 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1528,7 +1528,7 @@ checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e" [[package]] name = "dfx" -version = "0.22.0" +version = "0.23.0-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 0909a3415c..cdf3134750 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -70,6 +70,7 @@ "0.20.0", "0.20.1", "0.21.0", - "0.22.0" + "0.22.0", + "0.23.0-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index fee8326a21..0b6e199c14 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.22.0" +version = "0.23.0-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true