Bump version number

This commit is contained in:
Jake Bauer 2022-08-17 19:50:14 -04:00
parent 56aef8bf0d
commit 95b4d4a51c
1 changed files with 1 additions and 1 deletions

2
sbs
View File

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