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"