Skip to content

Commit cfd3d70

Browse files
authored
Merge pull request #2661 from subspace/bump-consensus-runtime-version
Bump consensus runtime spec version
2 parents 4068a08 + ee6e1f3 commit cfd3d70

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
115115
spec_name: create_runtime_str!("subspace"),
116116
impl_name: create_runtime_str!("subspace"),
117117
authoring_version: 0,
118-
spec_version: 3,
118+
spec_version: 4,
119119
impl_version: 0,
120120
apis: RUNTIME_API_VERSIONS,
121121
transaction_version: 0,

0 commit comments

Comments
 (0)