diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index bc78662..9d5c168 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -21,10 +21,14 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Fixed -* evobackupctl: quote ARGS variable for options parsing. - ### Security +## [24.04.1] + +### Fixed + +* evobackupctl: quote ARGS variable for options parsing. + ## [24.04] ### Added diff --git a/client/lib/main.sh b/client/lib/main.sh index 5892d20..d4873cb 100644 --- a/client/lib/main.sh +++ b/client/lib/main.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # shellcheck disable=SC2034,SC2317 -readonly VERSION="24.04" +readonly VERSION="24.04.1" # set all programs to C language (english) export LC_ALL=C