diff --git a/Cargo.lock b/Cargo.lock index 0ad8de3c08..c9213a6ab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e" [[package]] name = "dfx" -version = "0.23.0-beta.3" +version = "0.24.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 96ba0bf371..55593a164c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "tags": { - "latest": "0.23.0" + "latest": "0.24.0" }, "versions": [ "0.5.0", @@ -71,6 +71,7 @@ "0.20.1", "0.21.0", "0.22.0", - "0.23.0" + "0.23.0", + "0.24.0" ] -} +} \ No newline at end of file diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index e337648599..b87d9dc9a8 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.23.0-beta.3" +version = "0.24.0" authors.workspace = true edition.workspace = true repository.workspace = true