Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
release.sh: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Apr 22, 2020
1 parent c4ffc0f commit 8f0b92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
@@ -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" ]
Expand Down

0 comments on commit 8f0b92c

Please sign in to comment.