From a1719b09f58a3cd0cc3e5d0b7ecf505bb08c491f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 24 Apr 2024 18:49:54 +0300 Subject: [PATCH] download-forgejo.bash: bumb version number OK, so the version should be 7.0.0, but the instance where this script is made for is a bit behind and I want to update to that point release first. --- bash/download-forgejo.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/download-forgejo.bash b/bash/download-forgejo.bash index 0fdcd45..ea8115f 100755 --- a/bash/download-forgejo.bash +++ b/bash/download-forgejo.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -VERSION=1.19.1-0 +VERSION=1.21.11-1 PLATFORM=linux-amd64 # If the signature is already downloaded, don't redownload it