Skip to content

Commit a73b929

Browse files
committed
chore: match devnet-ready spec_version (401)
1 parent f52ec05 commit a73b929

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
272272
// `spec_version`, and `authoring_version` are the same between Wasm and native.
273273
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
274274
// the compatible custom types.
275-
spec_version: 397,
275+
spec_version: 401,
276276
impl_version: 1,
277277
apis: RUNTIME_API_VERSIONS,
278278
transaction_version: 1,

0 commit comments

Comments
 (0)