From f4f4a02a8d7df1c077263d84d6f5006cd31ae5f1 Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Fri, 7 Nov 2025 16:10:55 +0400 Subject: [PATCH] update script version --- scripts/nm-quick.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh index 3333cd0a..feb3930a 100755 --- a/scripts/nm-quick.sh +++ b/scripts/nm-quick.sh @@ -4,9 +4,9 @@ CONFIG_FILE=netmaker.env # location of nm-quick.sh (usually `/root`) SCRIPT_DIR=$(dirname "$(realpath "$0")") CONFIG_PATH="$SCRIPT_DIR/$CONFIG_FILE" -NM_QUICK_VERSION="0.1.1" +NM_QUICK_VERSION="1.0.0" #LATEST=$(curl -s https://api.github.com/repos/gravitl/netmaker/releases/latest | grep "tag_name" | cut -d : -f 2,3 | tr -d [:space:],\") -LATEST=v1.1.0 +LATEST=v1.2.0 BRANCH=master if [ $(id -u) -ne 0 ]; then echo "This script must be run as root"