Skip to content

Commit

Permalink
Bump spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianSternVukotic committed Sep 22, 2024
1 parent a29d0a8 commit 3eb7784
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 substrate/bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-cli"
version = "26.0.0"
version = "27.0.0"
authors.workspace = true
description = "Liberland node implementation in Rust."
build = "build.rs"
Expand Down
4 changes: 2 additions & 2 deletions substrate/bin/node/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kitchensink-runtime"
version = "26.0.0"
version = "27.0.0"
authors.workspace = true
description = "Liberland node runtime."
edition.workspace = true
Expand Down Expand Up @@ -292,7 +292,7 @@ try-runtime = [
"pallet-offences/try-runtime",
"pallet-office/try-runtime",
"pallet-preimage/try-runtime",
"pallet-proxy/try-runtime",
"pallet-proxy/try-runtime",
"pallet-registry/try-runtime",
"pallet-scheduler/try-runtime",
"pallet-session/try-runtime",
Expand Down
4 changes: 2 additions & 2 deletions substrate/bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 26,
spec_version: 27,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand All @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 26,
spec_version: 27,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 3eb7784

Please sign in to comment.