Skip to content

Commit 20b1b6c

Browse files
committed
bump up install script version
1 parent 8b876c1 commit 20b1b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/nm-quick.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SCRIPT_DIR=$(dirname "$(realpath "$0")")
66
CONFIG_PATH="$SCRIPT_DIR/$CONFIG_FILE"
77
NM_QUICK_VERSION="0.1.1"
88
#LATEST=$(curl -s https://api.github.com/repos/gravitl/netmaker/releases/latest | grep "tag_name" | cut -d : -f 2,3 | tr -d [:space:],\")
9-
LATEST=v1.0.0
9+
LATEST=v1.1.0
1010
BRANCH=master
1111
if [ $(id -u) -ne 0 ]; then
1212
echo "This script must be run as root"

0 commit comments

Comments
 (0)