Skip to content

Commit

Permalink
Merge pull request #72 from reef-defi/f/v11-init
Browse files Browse the repository at this point in the history
Init v11
  • Loading branch information
0xchainlover authored Aug 18, 2022
2 parents aa6e7cd + a7254ba commit a7deb00
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 @@ -231,8 +231,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("reef"),
impl_name: create_runtime_str!("reef"),
authoring_version: 1,
spec_version: 10,
impl_version: 10,
spec_version: 11,
impl_version: 11,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
};
Expand Down

0 comments on commit a7deb00

Please sign in to comment.