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