We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77ee299 + a2a7829 commit b377f69Copy full SHA for b377f69
1 file changed
bin/version.sh
@@ -64,6 +64,7 @@ function main() {
64
if [[ -z "${version_argument}" ]]; then
65
echo "Current version: ${version}"
66
else
67
+ echo "${major}.${minor}.${patch}" >"${VERSION_FILE}"
68
echo "New version: ${major}.${minor}.${patch}"
69
fi
70
}
0 commit comments