From e46bbbc532e2f47482c847ea347d34a337c23b59 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 31 Dec 2022 16:53:02 +0000 Subject: [PATCH] bump patchlevel --- 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 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."