Bump version number

This commit is contained in:
Jake Bauer 2022-08-21 15:04:43 -04:00
parent 512e93108e
commit 87e0f3ef2b
1 changed files with 1 additions and 1 deletions

2
sbs
View File

@ -287,7 +287,7 @@ case "$1" in
push
;;
"version")
echo "v0.5.0" ;
echo "v0.6.0" ;
;;
*)
echo "Usage: sbs <command> [FILE ...]"