From 9d919082567ffb6fd4c06228288ce28f375ba13c Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Mon, 14 Apr 2025 16:21:19 -0400 Subject: [PATCH] Bump Zed to v0.183 (#28718) Version was bumped to `v0.183.0` last Wednesday here: https://github.com/zed-industries/zed/pull/28419 But was accidentally downgraded here: https://github.com/zed-industries/zed/pull/27964 Release Notes: - N/A --- Cargo.lock | 2 +- crates/zed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73761469b9..c5f8742e52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18136,7 +18136,7 @@ dependencies = [ [[package]] name = "zed" -version = "0.182.0" +version = "0.183.0" dependencies = [ "activity_indicator", "agent", diff --git a/crates/zed/Cargo.toml b/crates/zed/Cargo.toml index d167739f3c..926b5c51ef 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.182.0" +version = "0.183.0" publish.workspace = true license = "GPL-3.0-or-later" authors = ["Zed Team "]