From 46418e53ef3898e12890071db4022c5bfd83b552 Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:46:15 -0800 Subject: [PATCH] chore: Release 0.24.3-beta.0 (#3999) Signed-off-by: Eric Swanson --- 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 bf50fb84af..df4e96145c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e" [[package]] name = "dfx" -version = "0.24.2" +version = "0.24.3-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index eb8d44fcfb..fb143513f0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -74,6 +74,7 @@ "0.23.0", "0.24.0", "0.24.1", - "0.24.2" + "0.24.2", + "0.24.3-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 91ef990def..61fd47a88c 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.24.2" +version = "0.24.3-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true