Skip to content

Commit

Permalink
increase runtime version for dip
Browse files Browse the repository at this point in the history
revert fmt
  • Loading branch information
Ad96el committed Mar 14, 2024
1 parent 699f50c commit e0c4a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -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

0 comments on commit e0c4a3d

Please sign in to comment.