From 7ed22368f598d28acea480a75da7e6e945aef9cd Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Wed, 19 Aug 2020 20:16:39 +0000 Subject: [PATCH] bump version --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 460208e6..1f5e7d49 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_VERSION="3" +SCRIPT_VERSION="4" SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/develop/update.sh' YELLOW='\033[1;33m' GREEN='\033[0;32m'