diff --git a/Cargo.lock b/Cargo.lock index c6225699f1c882839624cc493e5c130a2cf4c647..a7c457c1e14ef4f26556ea2982429cf0ab3fc1ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22138,7 +22138,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.232.0" +version = "0.232.1" dependencies = [ "acp_thread", "acp_tools", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index 9feaa59c9762208e4e4e85748f21a7a3e0afc3db..eb13e55e19cb9142c62aafbf8213e9ef0c8f78cd 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.232.0" +version = "0.232.1" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]