Skip to content

Commit 2bb8c93

Browse files
Ad96elntn-x2
authored andcommitted
chore: prepare new dev version (#579)
1 parent ed0282c commit 2bb8c93

File tree

11 files changed

+98
-234
lines changed

11 files changed

+98
-234
lines changed

Cargo.lock

Lines changed: 88 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage = "https://kilt.io/"
66
license-file = "LICENSE"
77
readme = "README.md"
88
repository = "https://github.com/KILTprotocol/kilt-node"
9-
version = "1.12.1"
9+
version = "1.13.0"
1010

1111
[workspace]
1212
members = [

dip-template/runtimes/dip-consumer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
155155
spec_name: create_runtime_str!("dip-consumer-runtime-template"),
156156
impl_name: create_runtime_str!("dip-consumer-runtime-template"),
157157
authoring_version: 1,
158-
spec_version: 11100,
158+
spec_version: 11300,
159159
impl_version: 0,
160160
apis: RUNTIME_API_VERSIONS,
161161
transaction_version: 1,

dip-template/runtimes/dip-provider/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
156156
spec_name: create_runtime_str!("dip-provider-runtime-template"),
157157
impl_name: create_runtime_str!("dip-provider-runtime-template"),
158158
authoring_version: 1,
159-
spec_version: 11100,
159+
spec_version: 11300,
160160
impl_version: 0,
161161
apis: RUNTIME_API_VERSIONS,
162162
transaction_version: 1,

pallets/parachain-staking/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ mod try_state;
129129

130130
pub mod api;
131131
mod inflation;
132-
pub mod migrations;
133132
mod set;
134133
mod types;
135134

0 commit comments

Comments
 (0)