From 4dd42b92f5a21ae0ddcf8660819d98bba13c13d4 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 23 Jul 2023 20:34:52 -0600 Subject: [PATCH] version bump --- ishare2 | 4 ++-- version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ishare2 b/ishare2 index c5711f8..56d9d61 100755 --- a/ishare2 +++ b/ishare2 @@ -2,14 +2,14 @@ # Date: October 2022 # Authors: @mativ00 & @sudoalx on Telegram # Description: This script is used to download images from the internet and install them in PNetLab. -# Version: 2.1.6 +# Version: 2.1.7 # Last Updated: 2023-07-23 # ishare2 configuration 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.1.6" # Script version +VERSION="v2.1.7" # Script version # Colors RED='\033[31m' diff --git a/version b/version index 103a6d3..11955c1 100644 --- a/version +++ b/version @@ -1 +1 @@ -v2.1.6 \ No newline at end of file +v2.1.7 \ No newline at end of file