From 38c81ad19e729a15a37c1745222c0c722721795e Mon Sep 17 00:00:00 2001 From: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com> Date: Tue, 22 Sep 2020 13:34:14 -0700 Subject: [PATCH] chore: Release 0.6.9 (#1052) Signed-off-by: Prithvi Shahi --- Cargo.lock | 2 +- public/manifest.json | 2 +- src/dfx/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12a865b74e..8dd0f944b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,7 +961,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.6.8" +version = "0.6.9" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index b0c70308d4..9edb33b538 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -20,6 +20,6 @@ "0.6.4", "0.6.6", "0.6.7", - "0.6.8" + "0.6.9" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 4edf44899c..2315760ccd 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.6.8" +version = "0.6.9" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"