v0.119.x dev

This commit is contained in:
Joseph T. Lyons 2023-12-20 13:00:01 -05:00
parent a125610f81
commit 73b13b7dc6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -12012,7 +12012,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.118.0"
version = "0.119.0"
dependencies = [
"activity_indicator",
"ai",

View File

@ -3,7 +3,7 @@ authors = ["Nathan Sobo <nathansobo@gmail.com>"]
description = "The fast, collaborative code editor."
edition = "2021"
name = "zed"
version = "0.118.0"
version = "0.119.0"
publish = false
[lib]