Skip to content

Commit

Permalink
bump codec version for abi change around sgrpixels
Browse files Browse the repository at this point in the history
Multiplexer would error out when mousing over the window!

refs: #1457
  • Loading branch information
wez committed Jan 5, 2022
1 parent 59f5b84 commit 90e244d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ macro_rules! pdu {
/// The overall version of the codec.
/// This must be bumped when backwards incompatible changes
/// are made to the types and protocol.
pub const CODEC_VERSION: usize = 10;
pub const CODEC_VERSION: usize = 11;

// Defines the Pdu enum.
// Each struct has an explicit identifying number.
Expand Down

0 comments on commit 90e244d

Please sign in to comment.