Skip to content

Commit

Permalink
chore: prepare new dev version (#579)
Browse files Browse the repository at this point in the history
## fixes new Dev version
  • Loading branch information
Ad96el committed Apr 2, 2024
1 parent b16e7e0 commit b28a400
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 235 deletions.
68 changes: 34 additions & 34 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://kilt.io/"
license-file = "LICENSE"
readme = "README.md"
repository = "/~https://github.com/KILTprotocol/kilt-node"
version = "1.12.0-dev"
version = "1.13.0-dev"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion dip-template/runtimes/dip-consumer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("dip-consumer-runtime-template"),
impl_name: create_runtime_str!("dip-consumer-runtime-template"),
authoring_version: 1,
spec_version: 11100,
spec_version: 11300,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion dip-template/runtimes/dip-provider/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("dip-provider-runtime-template"),
impl_name: create_runtime_str!("dip-provider-runtime-template"),
authoring_version: 1,
spec_version: 11100,
spec_version: 11300,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
1 change: 0 additions & 1 deletion pallets/parachain-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ mod try_state;

pub mod api;
mod inflation;
pub mod migrations;
mod set;
mod types;

Expand Down
Loading

0 comments on commit b28a400

Please sign in to comment.