Skip to content

Commit 11601d4

Browse files
author
Lincoln Stein
committed
hotfix release v2.2.5p2
1 parent 0dbf917 commit 11601d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/create_installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cd "$(dirname "$0")"
44

55
VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" )
6-
PATCH=""
6+
PATCH="p2"
77
VERSION="v${VERSION}${PATCH}"
88

99
echo "Be certain that you're in the 'installer' directory before continuing."

0 commit comments

Comments
 (0)