From 0e379d6ce0f81c1f421f261a2815ed330aeba4c6 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 30 Aug 2022 10:00:05 +0900 Subject: [PATCH] Bump borg file module version number --- borg.backup.file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borg.backup.file.sh b/borg.backup.file.sh index 67c9036..14d7791 100755 --- a/borg.backup.file.sh +++ b/borg.backup.file.sh @@ -4,7 +4,7 @@ # set last edit date + time MODULE="file"; -MODULE_VERSION="1.2.2"; +MODULE_VERSION="1.2.3"; DIR="${BASH_SOURCE%/*}" if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi