diff --git a/Cargo.lock b/Cargo.lock index e28b4f8af5015bcdf142e9dd6ed7a6d655791d69..e9289893f4fecfcea6a5bbf489da7b1fe4559666 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19652,7 +19652,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.188.0" +version = "0.188.1" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 31920f19691636d20810a4b21ff5fb29a41493b8..8b85ba10a3c429252ecc15eb0c03d00c8fe569dd 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.188.0" +version = "0.188.1" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]