Skip to content

Commit c88aa53

Browse files
committed
fix: increment spec_version to 156 for runtime compatibility
1 parent d93f1a3 commit c88aa53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/frequency/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
486486
spec_name: Cow::Borrowed("frequency"),
487487
impl_name: Cow::Borrowed("frequency"),
488488
authoring_version: 1,
489-
spec_version: 155,
489+
spec_version: 156,
490490
impl_version: 0,
491491
apis: RUNTIME_API_VERSIONS,
492492
transaction_version: 1,
@@ -500,7 +500,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
500500
spec_name: Cow::Borrowed("frequency-testnet"),
501501
impl_name: Cow::Borrowed("frequency"),
502502
authoring_version: 1,
503-
spec_version: 155,
503+
spec_version: 156,
504504
impl_version: 0,
505505
apis: RUNTIME_API_VERSIONS,
506506
transaction_version: 1,

0 commit comments

Comments
 (0)