Bump version number

This commit is contained in:
Jake Bauer 2022-06-23 06:05:36 -04:00
parent 3aa52dbb0e
commit d080d15e9e
1 changed files with 1 additions and 1 deletions

2
sbs
View File

@ -181,7 +181,7 @@ case "$1" in
new "$@"
;;
"version")
echo "v0.2.0" ;
echo "v0.3.0" ;
;;
*)
echo "Usage: sbs <command> [FILE ...]"