release.sh: update after 4.22 release

This commit is contained in:
Michael Stapelberg 2023-01-02 10:07:00 +01:00 committed by Michael Stapelberg
parent 7d3a3ae0fb
commit 3e184daf29
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
set -eu
export RELEASE_VERSION="4.21"
export PREVIOUS_VERSION="4.20.1"
export RELEASE_VERSION="4.22"
export PREVIOUS_VERSION="4.21.1"
export RELEASE_BRANCH="next"
if [ ! -e "../i3.github.io" ]