diff --git a/installer/create_installer.sh b/installer/create_installer.sh index 71f21a7730..2d1f34b486 100755 --- a/installer/create_installer.sh +++ b/installer/create_installer.sh @@ -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."