Skip to content

Commit

Permalink
Bump runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
Netherdrake committed Apr 29, 2021
1 parent 25efa86 commit a987ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("reef"),
impl_name: create_runtime_str!("reef"),
authoring_version: 1,
spec_version: 2,
impl_version: 2,
spec_version: 4,
impl_version: 4,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};
Expand Down

0 comments on commit a987ef0

Please sign in to comment.