diff --git a/Cargo.lock b/Cargo.lock index b3147031ed..7a30321584 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1543,7 +1543,7 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "dfx" -version = "0.27.0" +version = "0.28.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 42c8b62f0d..4bf0971feb 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -80,6 +80,7 @@ "0.25.1", "0.26.0", "0.26.1", - "0.27.0" + "0.27.0", + "0.28.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 4b92745616..e3ca34e779 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.27.0" +version = "0.28.0" authors.workspace = true edition.workspace = true repository.workspace = true