From a79e466a514e36e26f3d93055942a11319df8001 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 31 Dec 2022 18:20:39 +0000 Subject: [PATCH] bump patch --- installer/create_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."