Skip to content

Commit bdb09ee

Browse files
committed
increase spec_version for taurus
1 parent 1682628 commit bdb09ee

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
@@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
130130
spec_name: Cow::Borrowed("subspace"),
131131
impl_name: Cow::Borrowed("subspace"),
132132
authoring_version: 0,
133-
spec_version: 1,
133+
spec_version: 8,
134134
impl_version: 0,
135135
apis: RUNTIME_API_VERSIONS,
136136
transaction_version: 0,

0 commit comments

Comments
 (0)