bump patch

This commit is contained in:
Lincoln Stein
2022-12-31 18:20:39 +00:00
parent 30ef589cb3
commit a79e466a51

View File

@@ -3,7 +3,7 @@
cd "$(dirname "$0")"
VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" )
PATCH="-rc8"
PATCH="-rc9"
VERSION="${VERSION}${PATCH}"
echo "Be certain that you're in the 'installer' directory before continuing."