Skip to content

Commit 422ac05

Browse files
committed
version 16
1 parent 0783b3f commit 422ac05

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.0-dev"
24+
version = "1.16.0"
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
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8282
spec_version: 11600,
8383
impl_version: 0,
8484
apis: RUNTIME_API_VERSION,
85-
transaction_version: 8,
85+
transaction_version: 11,
8686
state_version: 0,
8787
};
8888

runtimes/spiritnet/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
8181
spec_version: 11600,
8282
impl_version: 0,
8383
apis: RUNTIME_API_VERSION,
84-
transaction_version: 8,
84+
transaction_version: 11,
8585
state_version: 0,
8686
};
8787

0 commit comments

Comments
 (0)