Skip to content

Commit

Permalink
Bump Zenoh Protocol Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Feb 7, 2024
1 parent acfc5d7 commit 9c1598a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/zenoh-protocol/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub mod transport;
pub mod zenoh;

// Zenoh version
pub const VERSION: u8 = 0x08;
pub const VERSION: u8 = 0x09;

// Zenoh protocol uses the following conventions for message definition and representation.
//
Expand Down

0 comments on commit 9c1598a

Please sign in to comment.