From c0be086f7b3f05a3de2d36dd66efb3c9dd89c50b Mon Sep 17 00:00:00 2001 From: Thomas Locher Date: Thu, 20 Jun 2024 11:39:18 +0200 Subject: [PATCH] chore: Release 0.21.0-beta.0 (#3799) * chore: Release 0.21.0-beta.0 Signed-off-by: Thomas Locher * Update release.sh --------- Signed-off-by: Thomas Locher Co-authored-by: Severin Siffert --- 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 5434dfa232..dba0abf501 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1528,7 +1528,7 @@ checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e" [[package]] name = "dfx" -version = "0.20.1" +version = "0.21.0-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 493d9b3b29..c0024017a8 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -68,6 +68,7 @@ "0.18.0", "0.19.0", "0.20.0", - "0.20.1" + "0.20.1", + "0.21.0-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 3750e32b20..818ad68549 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.20.1" +version = "0.21.0-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true