Skip to content

Commit

Permalink
chore: bump spec_version
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Sep 4, 2024
1 parent ab5ba7e commit d8b12ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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 @@ -153,7 +153,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: 11400,
spec_version: 11500,
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 @@ -154,7 +154,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: 11400,
spec_version: 11500,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion runtimes/kestrel/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kilt-kestrel"),
impl_name: create_runtime_str!("kilt-kestrel"),
authoring_version: 4,
spec_version: 11400,
spec_version: 11500,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 6,
Expand Down
2 changes: 1 addition & 1 deletion runtimes/peregrine/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("mashnet-node"),
impl_name: create_runtime_str!("mashnet-node"),
authoring_version: 4,
spec_version: 11400,
spec_version: 11500,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
Expand Down
2 changes: 1 addition & 1 deletion runtimes/spiritnet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("kilt-spiritnet"),
impl_name: create_runtime_str!("kilt-spiritnet"),
authoring_version: 1,
spec_version: 11400,
spec_version: 11500,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 8,
Expand Down

0 comments on commit d8b12ef

Please sign in to comment.