From d68ee49e3bb0b7adfaf6124fd153294a4af2cf62 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 10 Apr 2025 10:43:50 +0200 Subject: [PATCH] chore(release): v12.0 needs testing --- lib/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib.sh b/lib/lib.sh index abc3ead1..1cc9addf 100644 --- a/lib/lib.sh +++ b/lib/lib.sh @@ -26,7 +26,7 @@ IP=$(hostname -I | cut -f1 -d' ') # # Forgejo releases for which a branch exists (7.0/forgejo etc.) # -RELEASE_NUMBERS="7.0 10.0 11.0" +RELEASE_NUMBERS="7.0 11.0 12.0" PREFIX=============== export DIR=/tmp/forgejo-end-to-end