From d4fc00ac35a535776f7ba3466a53ffcf0dfbee72 Mon Sep 17 00:00:00 2001 From: Marcin Nowak-Liebiediew Date: Fri, 3 Nov 2023 15:33:49 +0100 Subject: [PATCH] chore: Release 0.15.2-beta.1 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 57c2d4bdb9..7a5695181b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1352,7 +1352,7 @@ checksum = "6a1abaf4d861455be59f64fd2b55606cb151fce304ede7165f410243ce96bde6" [[package]] name = "dfx" -version = "0.15.1" +version = "0.15.2-beta.1" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 9aae0ffe24..d6fc9f5a0d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -59,6 +59,7 @@ "0.14.3", "0.14.4", "0.15.0", - "0.15.1" + "0.15.1", + "0.15.2-beta.1" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 11c755ce20..535aa84ba8 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.15.1" +version = "0.15.2-beta.1" authors.workspace = true edition.workspace = true repository.workspace = true