From ee9b79b6b72f0d593043be82899c2cbe2af3caa0 Mon Sep 17 00:00:00 2001 From: dmoka Date: Wed, 20 Mar 2024 08:23:22 +0100 Subject: [PATCH] bump version --- Cargo.lock | 2 +- integration-tests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a84663ef5..638e3049a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11366,7 +11366,7 @@ dependencies = [ [[package]] name = "runtime-integration-tests" -version = "1.19.11" +version = "1.19.12" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 9c63774af..01e988202 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "runtime-integration-tests" -version = "1.19.11" +version = "1.19.12" description = "Integration tests" authors = ["GalacticCouncil"] edition = "2021"