From 5057beddf502483e2bc84e268584fca20e8caf82 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Fri, 30 Dec 2022 12:53:25 +0000 Subject: [PATCH] bump rc# --- 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 537dd813c0..aa3192969d 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="-rc4" +PATCH="-rc5" VERSION="${VERSION}${PATCH}" echo "Be certain that you're in the 'installer' directory before continuing."