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 fab3784 commit 1b9e66eCopy full SHA for 1b9e66e
scripts/make-release.sh
@@ -120,7 +120,7 @@ if [ ! -f ./vendor/autoload.php ]; then
120
echo "Done."
121
fi
122
123
-get_version ./bin/doctum.php
+get_version "${PHP_BIN:-php} ./bin/doctum.php"
124
echo "${VERSION}" > ./build/VERSION
125
echo "${VERSION_RANGE}" > ./build/VERSION_RANGE
126
echo "${VERSION_MAJOR}" > ./build/VERSION_MAJOR
0 commit comments