Skip to content

Commit

Permalink
update specVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigoriy Simonov committed Nov 15, 2024
1 parent 13cafa9 commit 16355ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/opal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("opal"),
impl_name: create_runtime_str!("opal"),
authoring_version: 1,
spec_version: 10090072,
spec_version: 10140080,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down
4 changes: 2 additions & 2 deletions runtime/quartz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("quartz"),

authoring_version: 1,
spec_version: 10090072,
spec_version: 10140080,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand All @@ -66,7 +66,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
impl_name: create_runtime_str!("sapphire"),

authoring_version: 1,
spec_version: 10090072,
spec_version: 10140080,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down
2 changes: 1 addition & 1 deletion runtime/unique/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("unique"),
impl_name: create_runtime_str!("unique"),
authoring_version: 1,
spec_version: 10090072,
spec_version: 10140080,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 3,
Expand Down

0 comments on commit 16355ed

Please sign in to comment.