Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
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