From d55f661cec1eac05b83e9696d509b7ba925ae89d Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:32:41 -0800 Subject: [PATCH] chore: Release 0.13.0 (#2949) 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 47580516ee..4e23aa5952 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,7 +821,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.13.0-beta.3" +version = "0.13.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 51282058f7..4d63de2611 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -65,6 +65,7 @@ "0.13.0-beta.0", "0.13.0-beta.1", "0.13.0-beta.2", - "0.13.0-beta.3" + "0.13.0-beta.3", + "0.13.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index f8f5b3f240..13e9187d28 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.13.0-beta.3" +version = "0.13.0" authors = ["DFINITY Team"] edition = "2021" build = "assets/build.rs"