Bump versions in preparation for release

This commit is contained in:
Nathan Sobo 2021-11-30 09:43:51 -07:00
parent df1804b215
commit eacd2a45bb
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -5670,7 +5670,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
[[package]]
name = "zed"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"anyhow",
"async-recursion",

View file

@ -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;

View file

@ -3,7 +3,7 @@ authors = ["Nathan Sobo <nathansobo@gmail.com>"]
description = "The fast, collaborative code editor."
edition = "2018"
name = "zed"
version = "0.8.0"
version = "0.9.0"
[lib]
name = "zed"