Skip to content
Prev Previous commit
Next Next commit
bump spec version to 52
  • Loading branch information
maciejnems committed Feb 17, 2023
commit 66b2a01b0fe46b7aff638e743c7dddbde602dbdd
2 changes: 1 addition & 1 deletion bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("aleph-node"),
impl_name: create_runtime_str!("aleph-node"),
authoring_version: 1,
spec_version: 47,
spec_version: 52,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 14,
Expand Down