zed/script/bump-collab-version
2022-10-27 12:10:09 -07:00

9 lines
166 B
Bash
Executable File

#!/bin/bash
if [[ $# < 1 ]]; then
echo "Missing version increment (major, minor, or patch)" >&2
exit 1
fi
exec script/lib/bump-version.sh collab collab-v '' $1