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
commit 26ae31b503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;