Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Common version pattern for Collectives runtime #1606

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Common version pattern for Collectives runtime
  • Loading branch information
muharem committed Sep 8, 2022
commit 322e950b88432766a419fe4740b5d1b43331eba8
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("collectives"),
impl_name: create_runtime_str!("collectives"),
authoring_version: 1,
spec_version: 102,
spec_version: 9230,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 0,
Expand Down