From d929d961f196cdcba8efd173a684dd37116b474b Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Date: Tue, 1 Apr 2025 11:09:16 +0200 Subject: [PATCH] Bump forgejo version --- installer/opengnsys_git_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/opengnsys_git_installer.py b/installer/opengnsys_git_installer.py index 9b4339c..c657931 100755 --- a/installer/opengnsys_git_installer.py +++ b/installer/opengnsys_git_installer.py @@ -31,7 +31,7 @@ import datetime import tqdm #FORGEJO_VERSION="8.0.3" -FORGEJO_VERSION="9.0.3" +FORGEJO_VERSION="10.0.3" FORGEJO_URL=f"https://codeberg.org/forgejo/forgejo/releases/download/v{FORGEJO_VERSION}/forgejo-{FORGEJO_VERSION}-linux-amd64"