diff --git a/Cargo.lock b/Cargo.lock index a718a46379..f0a1000165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13011,7 +13011,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.19.0" +version = "5.20.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index eecc607ce7..2afb7e1e86 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.19.0" +version = "5.20.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index be682ea427..50c3fe7e22 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -168,7 +168,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 109, + spec_version: 110, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,