diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index ee335f4..9c22196 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -13,6 +13,20 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [24.04] + +### Added + * Vagrant definition for manual tests ### Changed @@ -23,8 +37,6 @@ The **patch** part changes is incremented if multiple releases happen the same m * use env-based shebang for shell scripts * use $TMPDIR if available -### Deprecated - ### Removed * update-evobackup-canary is managed by ansible-roles.git @@ -34,8 +46,6 @@ The **patch** part changes is incremented if multiple releases happen the same m * don't exit the whole program if a sync task can't be done -### Security - ## [22.12] ### Changed diff --git a/client/lib/main.sh b/client/lib/main.sh index 910101e..5892d20 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-pre1" +readonly VERSION="24.04" # set all programs to C language (english) export LC_ALL=C