diff --git a/runtime/mainnet/src/lib.rs b/runtime/mainnet/src/lib.rs index 2c39b0283..d3566020e 100644 --- a/runtime/mainnet/src/lib.rs +++ b/runtime/mainnet/src/lib.rs @@ -171,7 +171,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("tangle"), impl_name: create_runtime_str!("tangle"), authoring_version: 1, - spec_version: 1009, // v1.0.9 + spec_version: 1010, // v1.0.10 impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 848ddb6aa..39249c1a5 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -191,7 +191,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("tangle-testnet"), impl_name: create_runtime_str!("tangle-testnet"), authoring_version: 1, - spec_version: 1009, // v1.0.9 + spec_version: 1010, // v1.0.10 impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,