update release.sh for the next version
This commit is contained in:
parent
909eefb868
commit
b8057392c4
|
@ -1,8 +1,8 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
# This script is used to prepare a new release of i3.
|
# This script is used to prepare a new release of i3.
|
||||||
|
|
||||||
export RELEASE_VERSION="4.9.1"
|
export RELEASE_VERSION="4.10"
|
||||||
export PREVIOUS_VERSION="4.9"
|
export PREVIOUS_VERSION="4.9.1"
|
||||||
export RELEASE_BRANCH="master"
|
export RELEASE_BRANCH="master"
|
||||||
|
|
||||||
if [ ! -e "../i3.github.io" ]
|
if [ ! -e "../i3.github.io" ]
|
||||||
|
|
Loading…
Reference in New Issue