From cb8a26b8f3cc7b975a058e26e7657d0302cea12d Mon Sep 17 00:00:00 2001 From: Adam Spofford <93943719+adamspofford-dfinity@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:57:25 -0700 Subject: [PATCH] chore: Promote 0.24.1 (#3964) --- Cargo.lock | 2 +- public/manifest.json | 5 +++-- src/dfx/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0da609f011..36a23f6c0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e" [[package]] name = "dfx" -version = "0.24.0" +version = "0.24.1" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 55593a164c..0b83ac42d8 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "tags": { - "latest": "0.24.0" + "latest": "0.24.1" }, "versions": [ "0.5.0", @@ -72,6 +72,7 @@ "0.21.0", "0.22.0", "0.23.0", - "0.24.0" + "0.24.0", + "0.24.1" ] } \ No newline at end of file diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 3fd8b6aeb8..2d2697186d 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.24.0" +version = "0.24.1" authors.workspace = true edition.workspace = true repository.workspace = true