Skip to content

Commit

Permalink
Bump version v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rioastamal committed Dec 5, 2024
1 parent d8c6ca0 commit ef0c9ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash

OS_PACKAGE_HAS_BEEN_UPDATED='no'
INSTALLER_VERSION='1.2'

detect_os() {
[ ! -z "$EMULATE_OS_VERSION" ] && printf "%s" "$EMULATE_OS_VERSION" && return 0
Expand Down Expand Up @@ -722,7 +723,7 @@ Visit https://github.com/rioastamal/installer-vscode-for-web/ project page for c
;;

--version)
printf "version %s\n" "1.0"
printf "version %s\n" "$INSTALLER_VERSION"
exit 0
;;

Expand Down

0 comments on commit ef0c9ea

Please sign in to comment.