diff --git a/Cargo.lock b/Cargo.lock index 09e5c238..6450deb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2452,7 +2452,7 @@ dependencies = [ [[package]] name = "integritee-node" -version = "1.0.28" +version = "1.0.29" dependencies = [ "clap", "frame-benchmarking", @@ -2497,7 +2497,7 @@ dependencies = [ [[package]] name = "integritee-node-runtime" -version = "1.0.28" +version = "1.0.29" dependencies = [ "frame-benchmarking", "frame-executive", diff --git a/node/Cargo.toml b/node/Cargo.toml index ef432b8b..68cc0e21 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -8,7 +8,7 @@ license = 'Apache-2.0' name = 'integritee-node' repository = 'https://github.com/integritee-network/integritee-node' # Align major.minor revision with the runtimes, bump patch revision ad lib. Make this the github release tag. -version = '1.0.28' +version = '1.0.29' [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index f1e61dd1..e2bdca80 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -6,7 +6,7 @@ license = 'Apache-2.0' name = 'integritee-node-runtime' repository = 'https://github.com/integritee-network/integritee-node' # keep patch revision with spec_version of runtime -version = '1.0.28' +version = '1.0.29' [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index eb8ad93b..f937e0cb 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -138,7 +138,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { /// Version of the runtime specification. A full-node will not attempt to use its native /// runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, /// `spec_version` and `authoring_version` are the same between Wasm and native. - spec_version: 28, + spec_version: 29, /// Version of the implementation of the specification. Nodes are free to ignore this; it /// serves only as an indication that the code is different; as long as the other two versions