This commit is contained in:
Lincoln Stein
2022-12-30 12:53:25 +00:00
parent ade9bbe185
commit 5057beddf5

View File

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