release.sh: latest released version numbers

This commit is contained in:
Michael Stapelberg 2022-09-21 21:41:26 +02:00 committed by Michael Stapelberg
parent 6ae232a323
commit 3e434ba0ce
1 changed files with 2 additions and 2 deletions

View File

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