From 5978b7099115b2fea983a78db144c10f6b91a642 Mon Sep 17 00:00:00 2001 From: Wolfgang Kulhanek Date: Mon, 16 Dec 2024 16:29:50 +0100 Subject: [PATCH] Update for Gitea 1.22.6 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index db3e179..0e31507 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash MAJOR_VERSION=1.22 -MINOR_VERSION=5 +MINOR_VERSION=6 GITEA_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}" BUILD_DATE=$(date +"%Y-%m-%d")