Bump borg file module version number

This commit is contained in:
Clemens Schwaighofer
2022-08-30 10:00:05 +09:00
parent bba8be6a42
commit 0e379d6ce0

View File

@@ -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