From 15fc85d3014bb78114b3624a78a16f90f32b16cf Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Mon, 3 Mar 2025 15:39:20 +0100 Subject: [PATCH] chore: bump version to 1.2.0 --- .github/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yaml b/.github/project.yaml index 12c5f2c..1a82347 100644 --- a/.github/project.yaml +++ b/.github/project.yaml @@ -1,4 +1,4 @@ name: Quarkus Commons release: - current-version: "1.1.1" - next-version: "1.1.2-SNAPSHOT" + current-version: "1.2.0" + next-version: "1.2.1-SNAPSHOT"