Skip to content

Commit

Permalink
A0-4615: Release 15 preparations (#1939)
Browse files Browse the repository at this point in the history
* Setting node and runtime crate version
* `spec_version` is already set to correct number
* `transaction_version` does not need to be bumped
* Enabling migration
  • Loading branch information
Marcin-Radecki authored Feb 7, 2025
1 parent 0fe2922 commit 9e39fe9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleph-node"
version = "15.0.0+dev"
version = "15.0.0"
description = "Aleph node binary"
build = "build.rs"
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion bin/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleph-runtime"
version = "15.0.0+dev"
version = "15.0.0"
license = "GPL-3.0-or-later"
authors.workspace = true
edition.workspace = true
Expand Down
1 change: 1 addition & 0 deletions bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
Migration,
>;

#[cfg(feature = "runtime-benchmarks")]
Expand Down

0 comments on commit 9e39fe9

Please sign in to comment.