Bump RPC protocol version in zed2 to match zed1

This commit is contained in:
Max Brunsfeld 2023-12-01 13:08:45 -08:00
parent d788bf3f1e
commit 6b0457c52f

View file

@ -9,4 +9,4 @@ pub use notification::*;
pub use peer::*;
mod macros;
pub const PROTOCOL_VERSION: u32 = 64;
pub const PROTOCOL_VERSION: u32 = 66;