Skip to content

Commit

Permalink
booster-um: Update version
Browse files Browse the repository at this point in the history
Signed-off-by: Zile995 <[email protected]>
  • Loading branch information
Zile995 committed Jul 28, 2024
1 parent 8a169a8 commit ce49e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions booster-um
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -e

# Define the booster-um version
declare -g VERSION="1.7.0"
declare -g VERSION="1.7.1"

main() {
local arg="$1"
Expand Down Expand Up @@ -125,4 +125,4 @@ for script in /usr/share/booster-um/*; do
. "$script"
done

main "$@"; exit
main "$@"; exit

0 comments on commit ce49e8c

Please sign in to comment.