diff --git a/Cargo.lock b/Cargo.lock index 92d9a29035..db1f4c20e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3597,7 +3597,7 @@ dependencies = [ [[package]] name = "framenode" -version = "3.6.2" +version = "4.0.0" dependencies = [ "ahash 0.8.5", "assert_cmd", @@ -3680,7 +3680,7 @@ dependencies = [ [[package]] name = "framenode-chain-spec" -version = "3.6.2" +version = "4.0.0" dependencies = [ "common", "faucet", @@ -3706,7 +3706,7 @@ dependencies = [ [[package]] name = "framenode-runtime" -version = "3.6.2" +version = "4.0.0" dependencies = [ "apollo-platform", "assets", diff --git a/node/Cargo.toml b/node/Cargo.toml index 3744e96a67..13b40ee485 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framenode" -version = "3.6.3" +version = "4.0.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2021" diff --git a/node/chain_spec/Cargo.toml b/node/chain_spec/Cargo.toml index 8d3340ef4a..72376e14ee 100644 --- a/node/chain_spec/Cargo.toml +++ b/node/chain_spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framenode-chain-spec" -version = "3.6.3" +version = "4.0.0" authors = ["Parity Technologies "] edition = "2021" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index db8f118433..68f1d577c2 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -5,7 +5,7 @@ license = "BSD-4-Clause" homepage = "https://sora.org" repository = "https://github.com/sora-xor/sora2-network" name = "framenode-runtime" -version = "3.6.3" +version = "4.0.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 51f0503ec1..f38809dba7 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -257,10 +257,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("sora-substrate"), impl_name: create_runtime_str!("sora-substrate"), authoring_version: 1, - spec_version: 97, + spec_version: 98, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 97, + transaction_version: 98, state_version: 0, };