Bump to 0.139.3 for @osiewicz

This commit is contained in:
Zed Bot 2024-06-07 01:34:57 -07:00 committed by administrator
parent 7f1b4d6d82
commit 0c083b7f38
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -13151,7 +13151,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.139.2"
version = "0.139.3"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -2,7 +2,7 @@
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.139.2"
version = "0.139.3"
publish = false
license = "GPL-3.0-or-later"
authors = ["Zed Team <hi@zed.dev>"]