Skip to content

Commit d24ff07

Browse files
authored
fix(runtime): update spec version to 189 (#2675)
1 parent 2914b31 commit d24ff07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/frequency/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
673673
spec_name: Cow::Borrowed("frequency"),
674674
impl_name: Cow::Borrowed("frequency"),
675675
authoring_version: 1,
676-
spec_version: 188,
676+
spec_version: 189,
677677
impl_version: 0,
678678
apis: RUNTIME_API_VERSIONS,
679679
transaction_version: 1,
@@ -687,7 +687,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
687687
spec_name: Cow::Borrowed("frequency-testnet"),
688688
impl_name: Cow::Borrowed("frequency"),
689689
authoring_version: 1,
690-
spec_version: 188,
690+
spec_version: 189,
691691
impl_version: 0,
692692
apis: RUNTIME_API_VERSIONS,
693693
transaction_version: 1,

0 commit comments

Comments
 (0)