Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b9e977

Browse files
committedMay 13, 2025·
bump spec version to 269
1 parent b92c4b6 commit 0b9e977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
210210
// `spec_version`, and `authoring_version` are the same between Wasm and native.
211211
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
212212
// the compatible custom types.
213-
spec_version: 268,
213+
spec_version: 269,
214214
impl_version: 1,
215215
apis: RUNTIME_API_VERSIONS,
216216
transaction_version: 1,

0 commit comments

Comments
 (0)
Please sign in to comment.