blob: a5be835f80b9cea338b40ae92a23cde62cf067b5 [file] [log] [blame]
#!/bin/sh
usage() {
echo "usage: bump-version <version-id>"
}
if [ $# -ne 1 ]; then
usage
exit 1
fi
echo "GITFLOW_VERSION=$1" > gitflow-version