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"