From 9c8818f8add96238c6ffe75c8690bc3c6420a248 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Mon, 11 Dec 2023 14:57:54 -0800 Subject: [PATCH] chore: Release 0.15.3-beta.0 Signed-off-by: Adam Spofford --- 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 86b31e3f8f..14417f713e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1384,7 +1384,7 @@ checksum = "6a1abaf4d861455be59f64fd2b55606cb151fce304ede7165f410243ce96bde6" [[package]] name = "dfx" -version = "0.15.1" +version = "0.15.3-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index d302e1a0e0..0145ab9b60 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -60,6 +60,7 @@ "0.14.4", "0.15.0", "0.15.1", - "0.15.2" + "0.15.2", + "0.15.3-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 518531bc3f..f1da4b4104 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.3-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true