From a46656137e6f0a75079a41a29efd7a7c26950dfe Mon Sep 17 00:00:00 2001 From: Purple Date: Fri, 7 Feb 2025 19:09:11 +0000 Subject: [PATCH] b - amended version number --- Mac/tstools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mac/tstools.sh b/Mac/tstools.sh index 7d3f19f..50f0999 100755 --- a/Mac/tstools.sh +++ b/Mac/tstools.sh @@ -23,7 +23,7 @@ # Last Updated by Purple, 05/02/2025 #################################################################################################### -version="v2.0-1aaa" +version="v2.0-1aab" if [ "$EUID" -ne 0 ] then printf "\033[1;31mPurple Tailscale Toolkit Error: Please run: sudo tstools\033[0m\n"