Skip to content

Commit cce33c6

Browse files
committed
update version to 1.16.2
1 parent 2d1ca42 commit cce33c6

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

Cargo.lock

Lines changed: 38 additions & 38 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
@@ -21,7 +21,7 @@ homepage = "https://kilt.io/"
2121
license-file = "LICENSE"
2222
readme = "README.md"
2323
repository = "https://github.com/KILTprotocol/kilt-node"
24-
version = "1.16.1"
24+
version = "1.16.2"
2525

2626
[workspace.dependencies]
2727
# Build deps

runtimes/peregrine/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
7979
spec_name: create_runtime_str!("mashnet-node"),
8080
impl_name: create_runtime_str!("mashnet-node"),
8181
authoring_version: 4,
82-
spec_version: 11601,
82+
spec_version: 11602,
8383
impl_version: 0,
8484
apis: RUNTIME_API_VERSION,
8585
transaction_version: 12,

runtimes/spiritnet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
7878
spec_name: create_runtime_str!("kilt-spiritnet"),
7979
impl_name: create_runtime_str!("kilt-spiritnet"),
8080
authoring_version: 1,
81-
spec_version: 11601,
81+
spec_version: 11602,
8282
impl_version: 0,
8383
apis: RUNTIME_API_VERSION,
8484
transaction_version: 12,

0 commit comments

Comments
 (0)