#!/bin/bash
# Super quick patch release
# Just run: bin/quick-patch

cd "$(dirname "$0")/.."
exec ./bin/publish patch

