Skip to content

Commit

Permalink
Prepare for release v1.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Moliholy committed Jan 24, 2025
1 parent b01382f commit 8b8dea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = { workspace = true }
license = { workspace = true }
name = "mythos-node"
repository = { workspace = true }
version = "1.15.2"
version = "1.15.6"

[dependencies]
clap = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion runtime/mainnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("mythos"),
impl_name: create_runtime_str!("mythos"),
authoring_version: 1,
spec_version: 1011,
spec_version: 1012,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 8b8dea6

Please sign in to comment.