From 884167e5eb5dcbf4d206a1576800e55b6eddc24e Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 30 Apr 2023 16:08:23 -0600 Subject: [PATCH] version bump --- ishare2 | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ishare2 b/ishare2 index 14f2a9f..05734b1 100755 --- a/ishare2 +++ b/ishare2 @@ -5,7 +5,7 @@ CHANNEL="alpha" # 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.6-alpha" # Script version +VERSION="v2.0.7-alpha" # Script version # Colors RED='\033[31m' diff --git a/version b/version index abf2967..93ad945 100644 --- a/version +++ b/version @@ -1 +1 @@ -v2.0.6-alpha +v2.0.7-alpha