Skip to content

Commit

Permalink
(remove) bump runtime protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed May 26, 2022
1 parent 127e067 commit f9f688f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/common/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ var (
// the runtime.
//
// NOTE: This version must be synced with runtime/src/common/version.rs.
RuntimeHostProtocol = Version{Major: 5, Minor: 0, Patch: 0}
RuntimeHostProtocol = Version{Major: 6, Minor: 0, Patch: 0}

// RuntimeCommitteeProtocol versions the P2P protocol used by the runtime
// committee members.
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/common/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl From<u64> for Version {
// and the runtime. This version MUST be compatible with the one supported by
// the worker host.
pub const PROTOCOL_VERSION: Version = Version {
major: 5,
major: 6,
minor: 0,
patch: 0,
};
Expand Down

0 comments on commit f9f688f

Please sign in to comment.