From 63d69c288735ff1b55b7e3082271211608ebb11e Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:22:49 -0800 Subject: [PATCH] chore: Release 0.16.1-beta.0 (#3557) Signed-off-by: Eric Swanson --- 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 ad521dfa1d..298b88e0aa 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 81c3da4c9a..f27c8ea701 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