diff --git a/installer/create_installer.sh b/installer/create_installer.sh index c0e8979aa2..859541e5ea 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="-rc8" +PATCH="-rc9" VERSION="${VERSION}${PATCH}" echo "Be certain that you're in the 'installer' directory before continuing."