Bump versions in preparation for release

This commit is contained in:
Nathan Sobo 2021-11-30 09:43:51 -07:00
parent df1804b215
commit eacd2a45bb
3 changed files with 3 additions and 3 deletions

View file

@ -5,4 +5,4 @@ pub mod proto;
pub use conn::Connection;
pub use peer::*;
pub const PROTOCOL_VERSION: u32 = 2;
pub const PROTOCOL_VERSION: u32 = 3;