release.sh: update versions

next
Michael Stapelberg 2020-04-22 09:33:11 +02:00
parent c4ffc0f5e1
commit 8f0b92cae2
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
#!/bin/zsh
# This script is used to prepare a new release of i3.
export RELEASE_VERSION="4.17"
export PREVIOUS_VERSION="4.16"
export RELEASE_VERSION="4.19"
export PREVIOUS_VERSION="4.18"
export RELEASE_BRANCH="next"
if [ ! -e "../i3.github.io" ]