Skip to content

Commit

Permalink
L1-318: bump versions (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostekIV authored Oct 23, 2024
1 parent c1eb432 commit 89ec672
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 = "14.0.0+dev"
version = "15.0.0+dev"
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 = "14.0.0+dev"
version = "15.0.0+dev"
license = "GPL-3.0-or-later"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bin/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 89ec672

Please sign in to comment.