From 7e1fc32a1c35ea4b38594ead8edb3a2b6c57bf1a Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Tue, 7 Nov 2023 17:17:37 +0000 Subject: [PATCH] forgot to bump version of backup script last update --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 7b580266..dc27cfad 100755 --- a/backup.sh +++ b/backup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -SCRIPT_VERSION="30" +SCRIPT_VERSION="31" GREEN='\033[0;32m' YELLOW='\033[1;33m'