diff --git a/Cargo.lock b/Cargo.lock index 500d87b71b..9385f5d989 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6472,7 +6472,7 @@ dependencies = [ [[package]] name = "moonbeam-cli" -version = "0.34.0" +version = "0.35.0" dependencies = [ "clap", "cumulus-client-cli", @@ -6507,7 +6507,7 @@ dependencies = [ [[package]] name = "moonbeam-cli-opt" -version = "0.34.0" +version = "0.35.0" dependencies = [ "account", "bip32", @@ -6985,7 +6985,7 @@ dependencies = [ [[package]] name = "moonbeam-service" -version = "0.34.0" +version = "0.35.0" dependencies = [ "ansi_term", "async-io 1.13.0", diff --git a/node/cli-opt/Cargo.toml b/node/cli-opt/Cargo.toml index 736f93c29f..737bf77504 100644 --- a/node/cli-opt/Cargo.toml +++ b/node/cli-opt/Cargo.toml @@ -4,7 +4,7 @@ authors = { workspace = true } edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" -version = "0.34.0" +version = "0.35.0" [dependencies] bip32 = { workspace = true, features = [ "bip39" ] } diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index c051075ae6..a2de1866f8 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "moonbeam-cli" authors = { workspace = true } edition = "2021" -version = "0.34.0" +version = "0.35.0" [dependencies] clap = { workspace = true, features = [ "derive" ] } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index f8abad497d..1f71c35fb5 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -4,7 +4,7 @@ authors = { workspace = true } edition = "2021" homepage = "https://moonbeam.network" license = "GPL-3.0-only" -version = "0.34.0" +version = "0.35.0" [dependencies] ansi_term = { workspace = true } diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 69d853c327..44130df8eb 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -184,7 +184,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("moonbase"), impl_name: create_runtime_str!("moonbase"), authoring_version: 4, - spec_version: 2600, + spec_version: 2700, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 48a641e903..e47f8898aa 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -180,7 +180,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("moonbeam"), impl_name: create_runtime_str!("moonbeam"), authoring_version: 3, - spec_version: 2600, + spec_version: 2700, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index 70c6ec061a..5f0ced554d 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -181,7 +181,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("moonriver"), impl_name: create_runtime_str!("moonriver"), authoring_version: 3, - spec_version: 2600, + spec_version: 2700, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,