bump patchlevel

This commit is contained in:
Lincoln Stein
2022-12-31 16:53:02 +00:00
parent 89072ee3b5
commit e46bbbc532

View File

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