diff --git a/Cargo.lock b/Cargo.lock index 8229a2e7..0edf9b8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,7 +1358,7 @@ dependencies = [ [[package]] name = "debio" -version = "2.3.6" +version = "2.3.7" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "debio-runtime" -version = "2.3.6" +version = "2.3.7" dependencies = [ "beefy-primitives", "certifications", diff --git a/node/Cargo.toml b/node/Cargo.toml index dc2fe0e2..5d292a85 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio' -version = '2.3.6' +version = '2.3.7' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 04b682d4..3cf97e24 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'debio-runtime' -version = '2.3.6' +version = '2.3.7' edition = '2021' license = 'AGPL-3.0' authors = ['DeBio Dev Team '] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index b588d1a1..0a527ba8 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -206,7 +206,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 2037, + spec_version: 2038, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,