Updated hyprsolusctl

Added version
This commit is contained in:
Ethan Smith-Coss 2024-10-09 19:11:37 +01:00
parent 355cf7dc27
commit 3e3fa6f80b
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -145,6 +145,7 @@ case $1 in
update) shift ; update "$@" ;;
upgrade) shift ; upgrade "$@" ;;
info) shift ; info "$@" ;;
version) echo "hyprsolus v0.1.0" ;;
*) exit 1 ;;
esac
exit 0