Skip to content

Commit cff3a0f

Browse files
authored
Increment spec_version to 102 (#451)
1 parent ba68de5 commit cff3a0f

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
@@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
9393
// `spec_version`, and `authoring_version` are the same between Wasm and native.
9494
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
9595
// the compatible custom types.
96-
spec_version: 101,
96+
spec_version: 102,
9797
impl_version: 1,
9898
apis: RUNTIME_API_VERSIONS,
9999
transaction_version: 1,

0 commit comments

Comments
 (0)