We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbf917 commit 11601d4Copy full SHA for 11601d4
installer/create_installer.sh
@@ -3,7 +3,7 @@
3
cd "$(dirname "$0")"
4
5
VERSION=$(grep ^VERSION ../setup.py | awk '{ print $3 }' | sed "s/'//g" )
6
-PATCH=""
+PATCH="p2"
7
VERSION="v${VERSION}${PATCH}"
8
9
echo "Be certain that you're in the 'installer' directory before continuing."
0 commit comments