Skip to content

Commit

Permalink
Add version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Mar 7, 2024
1 parent c897bda commit 1cbd533
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utilities/update-emulators/update-emulators.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

set -e -o pipefail

VERSION="0.6.1"
CURDIR="${PWD}"

curlit()
Expand Down Expand Up @@ -227,6 +228,8 @@ main () {
# Pre-reqs
#####################

echo "[INFO] Updater version: ${VERSION}"

backup_loc="/tmp/update-emulators-backup"
app_loc="${HOME}/Applications"
mkdir -p "${app_loc}"
Expand Down

0 comments on commit 1cbd533

Please sign in to comment.