diff --git a/Cargo.lock b/Cargo.lock index 88bc8ad6fe21f0fef5045a807194c98307b4e156..4969165088035b58c6bf5ae392f46dac378edce9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22156,7 +22156,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.232.1" +version = "0.232.2" dependencies = [ "acp_thread", "acp_tools", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index eb13e55e19cb9142c62aafbf8213e9ef0c8f78cd..e4ff01c61a577fa92bc42d4a6481766160fd8dd4 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.1" +version = "0.232.2" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]