From f67f2b139d22714b81f9296739e734b5df54190d Mon Sep 17 00:00:00 2001 From: Wolfgang Kulhanek Date: Fri, 12 Jul 2024 10:17:54 +0200 Subject: [PATCH] Updated for Gitea 1.22.1 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c1f37dd..dfe8609 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash MAJOR_VERSION=1.22 -MINOR_VERSION=0 +MINOR_VERSION=1 GITEA_VERSION="${MAJOR_VERSION}.${MINOR_VERSION}" BUILD_DATE=$(date +"%Y-%m-%d")