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 1b9e66e commit 7322763Copy full SHA for 7322763
scripts/tag-release.sh
@@ -19,7 +19,7 @@ function get_version {
19
fi
20
}
21
22
-get_version ./bin/doctum.php
+get_version "${PHP_BIN:-php} ./bin/doctum.php"
23
24
echo "Version: ${VERSION}"
25
0 commit comments