mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Bump protocol version
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
2b5ac535b9
commit
dce21900a7
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ pub use conn::Connection;
|
||||||
pub use peer::*;
|
pub use peer::*;
|
||||||
mod macros;
|
mod macros;
|
||||||
|
|
||||||
pub const PROTOCOL_VERSION: u32 = 38;
|
pub const PROTOCOL_VERSION: u32 = 39;
|
||||||
|
|
Loading…
Reference in a new issue