From c36e2525e957d2041cbb92162671530f291abf3b Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Mon, 29 Jan 2024 20:34:53 +0100 Subject: [PATCH] chore: Release 0.16.1-beta.0 (#3545) Signed-off-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 b84ad1ee20..4e5411a6cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1443,7 +1443,7 @@ checksum = "6a1abaf4d861455be59f64fd2b55606cb151fce304ede7165f410243ce96bde6" [[package]] name = "dfx" -version = "0.16.0" +version = "0.16.1-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 35be6421ad..ed4894b8c0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -62,6 +62,7 @@ "0.15.1", "0.15.2", "0.15.3", - "0.16.0" + "0.16.0", + "0.16.1-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index e30dab07fb..f762c66247 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.16.0" +version = "0.16.1-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true