bump-collab-version

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