From 6d95a3b1230a06f44404da320f5fba74cabf8b6d Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Sat, 12 Jul 2025 18:26:17 +0200 Subject: [PATCH] chore: bump version to 1.0.5 --- .github/project.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/project.yaml b/.github/project.yaml index 8d17764..513c623 100644 --- a/.github/project.yaml +++ b/.github/project.yaml @@ -1,6 +1,5 @@ name: Quarkus Commons release: - current-version: "1.0.4" - next-version: "1.0.5-SNAPSHOT" + current-version: "1.0.5" + next-version: "1.0.6-SNAPSHOT" -