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")