From ca0be139a62c410e90c5fa821045bc0556fbe2e8 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 30 Apr 2023 05:19:26 -0600 Subject: [PATCH] Version bump --- ishare2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ishare2 b/ishare2 index f737be7..6156002 100755 --- a/ishare2 +++ b/ishare2 @@ -5,7 +5,7 @@ CHANNEL="main" # you can change this to available branches in github.com/pnetlabrepo/ishare2 ISHARE2_DIR="/opt/ishare2/cli" SOURCES="$ISHARE2_DIR/sources.list" -VERSION="v2.0.1" # Script version +VERSION="v2.0.2" # Script version # Colors RED='\033[31m'