mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 04:20:46 +00:00
Bump protocol version after reconnect support
This commit is contained in:
parent
74f8b493b2
commit
fe27f135c0
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ pub use conn::Connection;
|
|||
pub use peer::*;
|
||||
mod macros;
|
||||
|
||||
pub const PROTOCOL_VERSION: u32 = 44;
|
||||
pub const PROTOCOL_VERSION: u32 = 45;
|
||||
|
|
Loading…
Reference in a new issue