From 588b63cfee6b607c379def9e5caaee25ca39cb96 Mon Sep 17 00:00:00 2001 From: edeweerd Date: Mon, 15 Apr 2024 13:54:06 +0200 Subject: [PATCH] chore(release): Release 1.2.0 with Quarkus 3.8 This new release will depend on Quarkus 3.8, the latest LTS from the Quarkus project. --- .github/project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 7cd49c2..4c6fb02 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,3 +1,3 @@ release: - current-version: "1.1.2" - next-version: "1.2.0-SNAPSHOT" + current-version: "1.2.0" + next-version: "1.3.0-SNAPSHOT"