Skip to content

Commit

Permalink
bump authoring_version
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Reif <Garandor@manta.network>
  • Loading branch information
Adam Reif authored and Adam Reif committed Jun 23, 2022
1 parent abc6fc9 commit 2d0bcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/dolphin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mod weights;
pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("dolphin"),
impl_name: create_runtime_str!("dolphin"),
authoring_version: 1,
authoring_version: 2,
spec_version: 3151,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
Expand Down

0 comments on commit 2d0bcf2

Please sign in to comment.