commit 87e0f3ef2bf68624e87f308a235a41d546f7bd7f parent 512e93108e25dd417824cea2563c21f63846c734 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sun, 21 Aug 2022 15:04:43 -0400 Bump version number Diffstat:
M | sbs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbs b/sbs @@ -287,7 +287,7 @@ case "$1" in push ;; "version") - echo "v0.5.0" ; + echo "v0.6.0" ; ;; *) echo "Usage: sbs <command> [FILE ...]"