From 89ec672cc18ad4e8cb37a8164a414e194420f685 Mon Sep 17 00:00:00 2001 From: kostekIV <27210860+kostekIV@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:17:20 +0100 Subject: [PATCH] L1-318: bump versions (#1840) --- Cargo.lock | 4 ++-- bin/node/Cargo.toml | 2 +- bin/runtime/Cargo.toml | 2 +- bin/runtime/src/lib.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a7f71fd257..895d278c40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "aleph-node" -version = "14.0.0+dev" +version = "15.0.0+dev" dependencies = [ "aleph-runtime", "fake-runtime-api", @@ -323,7 +323,7 @@ dependencies = [ [[package]] name = "aleph-runtime" -version = "14.0.0+dev" +version = "15.0.0+dev" dependencies = [ "frame-benchmarking", "frame-executive", diff --git a/bin/node/Cargo.toml b/bin/node/Cargo.toml index c1e7e23048..cde1f102b7 100644 --- a/bin/node/Cargo.toml +++ b/bin/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-node" -version = "14.0.0+dev" +version = "15.0.0+dev" description = "Aleph node binary" build = "build.rs" license = "GPL-3.0-or-later" diff --git a/bin/runtime/Cargo.toml b/bin/runtime/Cargo.toml index 11cf40b235..0237e8227d 100644 --- a/bin/runtime/Cargo.toml +++ b/bin/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph-runtime" -version = "14.0.0+dev" +version = "15.0.0+dev" license = "GPL-3.0-or-later" authors.workspace = true edition.workspace = true diff --git a/bin/runtime/src/lib.rs b/bin/runtime/src/lib.rs index 33b70b5bbe..01319a08a6 100644 --- a/bin/runtime/src/lib.rs +++ b/bin/runtime/src/lib.rs @@ -80,7 +80,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("aleph-node"), impl_name: create_runtime_str!("aleph-node"), authoring_version: 1, - spec_version: 14_000_000, + spec_version: 15_000_000, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 18,