update release.sh for the 4.16 release

next
Michael Stapelberg 2018-11-04 15:07:24 +01:00
parent cb09db94dc
commit 86bcb21dbc
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.15"
export PREVIOUS_VERSION="4.14"
export RELEASE_VERSION="4.16"
export PREVIOUS_VERSION="4.15"
export RELEASE_BRANCH="next"
if [ ! -e "../i3.github.io" ]