Fix wrong version number in code, oops!

This commit is contained in:
Jake Bauer 2023-04-08 14:36:18 -04:00
parent 950fd84d7e
commit 45b32243cf
1 changed files with 1 additions and 1 deletions

2
sbs
View File

@ -320,7 +320,7 @@ case "$1" in
push
;;
"version")
echo "v1.1.0" ;
echo "v1.1.3" ;
;;
*)
echo "Unknown command. See sbs(1) for documentation."