Skip to content

Commit 38bb2c9

Browse files
committed
bump spec_version
1 parent e557c3a commit 38bb2c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

runtime/moonbase/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
209209
spec_name: Cow::Borrowed("moonbase"),
210210
impl_name: Cow::Borrowed("moonbase"),
211211
authoring_version: 4,
212-
spec_version: 4300,
212+
spec_version: 4301,
213213
impl_version: 0,
214214
apis: RUNTIME_API_VERSIONS,
215215
transaction_version: 3,

runtime/moonbeam/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
215215
spec_name: Cow::Borrowed("moonbeam"),
216216
impl_name: Cow::Borrowed("moonbeam"),
217217
authoring_version: 3,
218-
spec_version: 4300,
218+
spec_version: 4301,
219219
impl_version: 0,
220220
apis: RUNTIME_API_VERSIONS,
221221
transaction_version: 3,

runtime/moonriver/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
218218
spec_name: Cow::Borrowed("moonriver"),
219219
impl_name: Cow::Borrowed("moonriver"),
220220
authoring_version: 3,
221-
spec_version: 4300,
221+
spec_version: 4301,
222222
impl_version: 0,
223223
apis: RUNTIME_API_VERSIONS,
224224
transaction_version: 3,

0 commit comments

Comments
 (0)