update release.sh after release

next
Michael Stapelberg 2018-03-10 18:53:20 +01:00
parent c74dd61f59
commit a05ba370cd
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
#!/bin/zsh
# This script is used to prepare a new release of i3.
export RELEASE_VERSION="4.14.1"
export RELEASE_VERSION="4.15"
export PREVIOUS_VERSION="4.14"
export RELEASE_BRANCH="master"
export RELEASE_BRANCH="next"
if [ ! -e "../i3.github.io" ]
then