mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Bump the protocol version
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
e585bc7199
commit
02baaa3529
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ pub mod proto;
|
|||
pub use conn::Connection;
|
||||
pub use peer::*;
|
||||
|
||||
pub const PROTOCOL_VERSION: u32 = 4;
|
||||
pub const PROTOCOL_VERSION: u32 = 5;
|
||||
|
|
Loading…
Reference in a new issue