From 3610df3385216c7dc93f17376f6465f88c3bd0cb Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Wed, 29 Jan 2025 13:57:11 -0800 Subject: [PATCH] chore: Release 0.25.0-beta.0 Signed-off-by: Adam Spofford --- 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 7fe7f60a46..f9fcdafa2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1519,7 +1519,7 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" [[package]] name = "dfx" -version = "0.24.3" +version = "0.25.0-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 624dd84a90..23999a136f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -75,6 +75,7 @@ "0.24.0", "0.24.1", "0.24.2", - "0.24.3" + "0.24.3", + "0.25.0-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 2ed97e8803..966a056e15 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.24.3" +version = "0.25.0-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true