From d45e87263d892a5182d54d2c54a46ccfb757c18d Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Thu, 9 Feb 2023 04:28:23 -0800 Subject: [PATCH] chore: Release 0.13.1-beta.0 (#2961) 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 7f49913f00..7b2f93bb2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,7 +821,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.12.1" +version = "0.13.1-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 7165c81ae3..debb6224e3 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -61,6 +61,7 @@ "0.11.1", "0.11.2", "0.12.0", - "0.12.1" + "0.12.1", + "0.13.1-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 900e236baf..1858098557 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.12.1" +version = "0.13.1-beta.0" authors = ["DFINITY Team"] edition = "2021" build = "assets/build.rs"