Skip to content

Commit a86ccbf

Browse files
committed
feat: bump spec version
1 parent 8176924 commit a86ccbf

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
@@ -668,7 +668,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
668668
spec_name: Cow::Borrowed("frequency"),
669669
impl_name: Cow::Borrowed("frequency"),
670670
authoring_version: 1,
671-
spec_version: 184,
671+
spec_version: 185,
672672
impl_version: 0,
673673
apis: RUNTIME_API_VERSIONS,
674674
transaction_version: 1,
@@ -682,7 +682,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
682682
spec_name: Cow::Borrowed("frequency-testnet"),
683683
impl_name: Cow::Borrowed("frequency"),
684684
authoring_version: 1,
685-
spec_version: 184,
685+
spec_version: 185,
686686
impl_version: 0,
687687
apis: RUNTIME_API_VERSIONS,
688688
transaction_version: 1,

0 commit comments

Comments
 (0)