Skip to content

Commit df35369

Browse files
committed
chore: increment spec_version
1 parent 68638d1 commit df35369

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

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

parachain/runtime/interlay/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
112112
spec_name: create_runtime_str!("interlay-parachain"),
113113
impl_name: create_runtime_str!("interlay-parachain"),
114114
authoring_version: 1,
115-
spec_version: 1025003,
115+
spec_version: 1025004,
116116
impl_version: 1,
117117
transaction_version: 4,
118118
apis: RUNTIME_API_VERSIONS,

parachain/runtime/kintsugi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
113113
spec_name: create_runtime_str!("kintsugi-parachain"),
114114
impl_name: create_runtime_str!("kintsugi-parachain"),
115115
authoring_version: 1,
116-
spec_version: 1025003,
116+
spec_version: 1025004,
117117
impl_version: 1,
118118
transaction_version: 4,
119119
apis: RUNTIME_API_VERSIONS,

0 commit comments

Comments
 (0)