From a0d7fc7f9f879301b681c0c8c6c5864d80c85462 Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Fri, 28 Sep 2018 18:56:06 -0300 Subject: [PATCH] Update vars.sh --- installScript/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installScript/vars.sh b/installScript/vars.sh index 20cebed..ae92c45 100644 --- a/installScript/vars.sh +++ b/installScript/vars.sh @@ -33,7 +33,7 @@ ZMBKP_PASSWORD=$(date +%s | sha256sum | base64 | head -c 32 ; echo) MAX_PARALLEL_PROCESS="3" # Zmbackup's number of threads ROTATE_TIME="30" # Zmbackup's max of days before housekeeper LOCK_BACKUP=true # Zmbackup's backup lock -ZMBKP_VERSION="zmbackup version: 1.2.2" # Zmbackup's latest version +ZMBKP_VERSION="zmbackup version: 1.2.3" # Zmbackup's latest version SESSION_TYPE="TXT" # Zmbackup's default session type # REPOSITORIES FOR PACKAGES