From 4e7b32cf59f597d674d45f842c42a8a386621418 Mon Sep 17 00:00:00 2001 From: Peter White Date: Mon, 2 Sep 2024 21:04:31 -0600 Subject: [PATCH] chore(testnet): Bump runtime version to 0.4.1 --- Cargo.lock | 2 +- runtime/testnet/Cargo.toml | 2 +- runtime/testnet/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caf6c1d7..99180b21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10506,7 +10506,7 @@ dependencies = [ [[package]] name = "pop-runtime-testnet" -version = "0.4.0" +version = "0.4.1" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index e7c237e5..2fc38023 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -6,7 +6,7 @@ homepage.workspace = true license = "Unlicense" name = "pop-runtime-testnet" repository.workspace = true -version = "0.4.0" +version = "0.4.1" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu" ] diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index eccde36c..c39d9928 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -181,7 +181,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("pop"), authoring_version: 1, #[allow(clippy::zero_prefixed_literal)] - spec_version: 00_04_00, + spec_version: 00_04_01, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,