diff --git a/build.sh b/build.sh index e8085d1..4ca86b3 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -eu IMAGE="debian:buster-slim" TARGET="$(dirname "$0" | xargs realpath)" -VERSION="v0.9.0-rc1" +VERSION="v0.9.0-rc2" while getopts "v:i:h" opt do diff --git a/debian/changelog b/debian/changelog index 9797383..5b6640c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +alacritty (0.9.0-rc2-1) unstable; urgency=medium + + * New upstream release + + -- Martin Simon Mon, 19 Jul 2021 00:00:00 +0000 + alacritty (0.9.0-rc1-1) unstable; urgency=medium * New upstream release