From e72c4de3945bf8b2de8bbab4c67eecedc9cd2a76 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 28 Oct 2023 21:45:28 +0200 Subject: [PATCH] corrected changelog entry for the first version in restic-backup.sh --- restic-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restic-backup.sh b/restic-backup.sh index 6c88e8e..5070bac 100755 --- a/restic-backup.sh +++ b/restic-backup.sh @@ -25,7 +25,7 @@ CHANGELOG=("[2023-10-28][v0.2.3] Fixed a bug when repo is locked, simplified hea "[2023-10-27][v0.2.2] Added secret export option" "[2023-10-27][v0.2.1] Better Healthchecks integration" "[2023-10-26][v0.2.0] Complete rewrite" - "[2022-01-01][v0.1.0] Initial version") + "[2021-02-10][v0.1.0] Initial version") ## ## Configuration