Release v7.0.0-alpha.2

This commit is contained in:
Lucien Greathouse
2021-02-19 21:47:49 -05:00
parent 8bf59e5cbb
commit 78755b6130
11 changed files with 27 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ use crate::{
pub(crate) const SERVER_VERSION: &str = env!("CARGO_PKG_VERSION");
/// Current protocol version, which is required to match.
pub const PROTOCOL_VERSION: u64 = 3;
pub const PROTOCOL_VERSION: u64 = 4;
/// Message returned by Rojo API when a change has occurred.
#[derive(Debug, Serialize, Deserialize)]