From 282af9cd87130542f5357ea02956cbe7227d10df Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Tue, 27 Jun 2023 00:33:08 +0200 Subject: [PATCH] chore: Release 0.14.2-beta.0 (#3195) Signed-off-by: Marcin Nowak-Liebiediew --- 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 ad744d021e..18e7e9ca71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,7 +1050,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.14.1" +version = "0.14.2-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 774386ece7..9de4daa0af 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -54,6 +54,7 @@ "0.12.0", "0.12.1", "0.13.1", - "0.14.1" + "0.14.1", + "0.14.2-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index a153b1f797..5d902eaee2 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.14.1" +version = "0.14.2-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true