From ef0c9ea874c86ddd8f45ad17e9ac1c58c5c02b65 Mon Sep 17 00:00:00 2001 From: Rio Astamal Date: Thu, 5 Dec 2024 22:55:57 +0000 Subject: [PATCH] Bump version v1.2 --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index da8a3fb..d0731d1 100644 --- a/install.sh +++ b/install.sh @@ -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 @@ -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 ;;