Skip to content

Commit 1c7328f

Browse files
committed
fix: bump spec version
1 parent 0363457 commit 1c7328f

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
@@ -435,7 +435,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
435435
spec_name: Cow::Borrowed("frequency"),
436436
impl_name: Cow::Borrowed("frequency"),
437437
authoring_version: 1,
438-
spec_version: 158,
438+
spec_version: 159,
439439
impl_version: 0,
440440
apis: RUNTIME_API_VERSIONS,
441441
transaction_version: 1,
@@ -449,7 +449,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
449449
spec_name: Cow::Borrowed("frequency-testnet"),
450450
impl_name: Cow::Borrowed("frequency"),
451451
authoring_version: 1,
452-
spec_version: 158,
452+
spec_version: 159,
453453
impl_version: 0,
454454
apis: RUNTIME_API_VERSIONS,
455455
transaction_version: 1,

0 commit comments

Comments
 (0)