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

Commit f15d900

Browse files
authored
Common version pattern for Collectives runtime (#1606)
1 parent 2e5aafe commit f15d900

File tree

1 file changed

+1
-1
lines changed
  • parachains/runtimes/collectives/collectives-polkadot/src

1 file changed

+1
-1
lines changed

parachains/runtimes/collectives/collectives-polkadot/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
100100
spec_name: create_runtime_str!("collectives"),
101101
impl_name: create_runtime_str!("collectives"),
102102
authoring_version: 1,
103-
spec_version: 102,
103+
spec_version: 9230,
104104
impl_version: 0,
105105
apis: RUNTIME_API_VERSIONS,
106106
transaction_version: 0,

0 commit comments

Comments
 (0)