Bump RPC protocol version in zed2 to match zed1 (#3482)

This commit is contained in:
Max Brunsfeld
2023-12-01 13:14:49 -08:00
committed by GitHub
+1 -1
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;