Skip to content

Commit

Permalink
L1-55: Bump spec_version to match new naming convention (#1735)
Browse files Browse the repository at this point in the history
# Description

* change aleph-node and aleph-runtime version in their Cargo.toml from
0.14.0+dev to 14.0.0+dev
* on main, change aleph-runtime spec_version to 14_000_000

## Type of change

Please delete options that are not relevant.

- New feature (non-breaking change which adds functionality)
  • Loading branch information
Marcin-Radecki authored May 22, 2024
1 parent 725b981 commit a0faac5
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 = "0.14.0+dev"
version = "14.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 = "0.14.0+dev"
version = "14.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 @@ -79,7 +79,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: 73,
spec_version: 14_000_000,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 18,
Expand Down

0 comments on commit a0faac5

Please sign in to comment.