Skip to content

Commit 7fe9871

Browse files
author
MikhailK
committedOct 30, 2024·
Bump spec version (129)
1 parent 000ca02 commit 7fe9871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎runtime/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
150150
// `spec_version`, and `authoring_version` are the same between Wasm and native.
151151
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
152152
// the compatible custom types.
153-
spec_version: 128,
153+
spec_version: 129,
154154
impl_version: 1,
155155
apis: RUNTIME_API_VERSIONS,
156156
transaction_version: 1,

0 commit comments

Comments
 (0)
Please sign in to comment.