Skip to content

Commit eacd2a4

Browse files
committed
Bump versions in preparation for release
1 parent df1804b commit eacd2a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rpc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pub mod proto;
55
pub use conn::Connection;
66
pub use peer::*;
77

8-
pub const PROTOCOL_VERSION: u32 = 2;
8+
pub const PROTOCOL_VERSION: u32 = 3;

crates/zed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Nathan Sobo <nathansobo@gmail.com>"]
33
description = "The fast, collaborative code editor."
44
edition = "2018"
55
name = "zed"
6-
version = "0.8.0"
6+
version = "0.9.0"
77

88
[lib]
99
name = "zed"

0 commit comments

Comments
 (0)