Skip to content

Commit 9e39fe9

Browse files
A0-4615: Release 15 preparations (#1939)
* Setting node and runtime crate version * `spec_version` is already set to correct number * `transaction_version` does not need to be bumped * Enabling migration
1 parent 0fe2922 commit 9e39fe9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aleph-node"
3-
version = "15.0.0+dev"
3+
version = "15.0.0"
44
description = "Aleph node binary"
55
build = "build.rs"
66
license = "GPL-3.0-or-later"

bin/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aleph-runtime"
3-
version = "15.0.0+dev"
3+
version = "15.0.0"
44
license = "GPL-3.0-or-later"
55
authors.workspace = true
66
edition.workspace = true

bin/runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,7 @@ pub type Executive = frame_executive::Executive<
10481048
frame_system::ChainContext<Runtime>,
10491049
Runtime,
10501050
AllPalletsWithSystem,
1051+
Migration,
10511052
>;
10521053

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

0 commit comments

Comments
 (0)