diff --git a/Cargo.lock b/Cargo.lock index 10e55267452b5a6f2c63bdcbb76d7d0b0485cfd6..5f0f6f51d0dbcccb43033d7ae7ecfc7826b88f2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19736,7 +19736,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.190.5" +version = "0.190.6" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 9d66db6d234784a6c1f300d4588d00d95c7400f1..905da7b3207f24b25c5a19356d3f262c82a52e13 100644 --- a/crates/zed/Cargo.toml +++ b/crates/zed/Cargo.toml @@ -2,7 +2,7 @@ description = "The fast, collaborative code editor." edition.workspace = true name = "zed" -version = "0.190.5" +version = "0.190.6" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]