Skip to content

Commit b55620d

Browse files
committed
bump runtime spec version
1 parent 69d5633 commit b55620d

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
@@ -128,7 +128,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
128128
impl_name: Cow::Borrowed("subspace"),
129129
authoring_version: 0,
130130
// The spec version can be different on Taurus and Mainnet
131-
spec_version: 3,
131+
spec_version: 4,
132132
impl_version: 0,
133133
apis: RUNTIME_API_VERSIONS,
134134
transaction_version: 0,

0 commit comments

Comments
 (0)