Skip to content

Commit 7ba133a

Browse files
authored
Merge pull request #3657 from autonomys/runtime_version_bump
Bump runtime spec version for Consensus
2 parents 8e76b03 + e94ba31 commit 7ba133a

File tree

1 file changed

+1
-1
lines changed
  • crates/subspace-runtime/src

1 file changed

+1
-1
lines changed

crates/subspace-runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
132132
impl_name: Cow::Borrowed("subspace"),
133133
authoring_version: 0,
134134
// The spec version can be different on Taurus and Mainnet
135-
spec_version: 4,
135+
spec_version: 5,
136136
impl_version: 0,
137137
apis: RUNTIME_API_VERSIONS,
138138
transaction_version: 0,

0 commit comments

Comments
 (0)