Skip to content

Commit

Permalink
Bump versions in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nathansobo committed Nov 30, 2021
1 parent df1804b commit eacd2a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pub mod proto;
pub use conn::Connection;
pub use peer::*;

pub const PROTOCOL_VERSION: u32 = 2;
pub const PROTOCOL_VERSION: u32 = 3;
2 changes: 1 addition & 1 deletion crates/zed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Nathan Sobo <[email protected]>"]
description = "The fast, collaborative code editor."
edition = "2018"
name = "zed"
version = "0.8.0"
version = "0.9.0"

[lib]
name = "zed"
Expand Down

0 comments on commit eacd2a4

Please sign in to comment.