Skip to content

Commit

Permalink
Release 8.62.0 (#903)
Browse files Browse the repository at this point in the history
* Remove previous migrations.

* Bump spec version to 62
  • Loading branch information
surangap authored Nov 7, 2024
1 parent 11f7f96 commit 4ab9b18
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -158,10 +158,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("root"),
impl_name: create_runtime_str!("root"),
authoring_version: 1,
spec_version: 61,
spec_version: 62,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 11,
transaction_version: 12,
state_version: 0,
};

Expand Down
Empty file.
Empty file removed runtime/src/migrations/evm.rs
Empty file.

0 comments on commit 4ab9b18

Please sign in to comment.