From 5de8e9684d08dfc854665697ec0f9c46aee3399f Mon Sep 17 00:00:00 2001 From: Pascal Zarrad Date: Sat, 7 Mar 2020 00:15:46 +0100 Subject: [PATCH] Bump version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 04f4bb0..711a0fe 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ #================================================================== # Semantic versioning version constant -readonly PSH_VERSION="1.0.1" +readonly PSH_VERSION="1.0.2" echo "PSH - VERSION: ${PSH_VERSION}" # Dependencies that need to be installed with root privileges through apt-get