From 307aa2dabe23e3bab0c4f770e9661f1a0d2acdb4 Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Wed, 18 Jun 2025 02:03:15 +0200 Subject: [PATCH] chore: bump version to 1.0.1 --- .github/project.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yaml b/.github/project.yaml index 40e3006..d4f740e 100644 --- a/.github/project.yaml +++ b/.github/project.yaml @@ -1,4 +1,4 @@ name: Quarkus Commons release: - current-version: "1.0.0" - next-version: "1.0.1-SNAPSHOT" + current-version: "1.0.1" + next-version: "1.0.2-SNAPSHOT" -- 2.47.2