Skip to content

Commit

Permalink
Bump Runtime Host Protocol to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Sep 6, 2022
1 parent 5c5a93d commit e2fcb36
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: 5, Minor: 1, 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 @@ -64,7 +64,7 @@ impl From<u64> for Version {
// the worker host.
pub const PROTOCOL_VERSION: Version = Version {
major: 5,
minor: 0,
minor: 1,
patch: 0,
};

Expand Down

0 comments on commit e2fcb36

Please sign in to comment.