Client - Release 24.05

This commit is contained in:
Jérémy Lecour 2024-05-02 10:22:39 +02:00 committed by Jérémy Lecour
parent dc003ecbca
commit f3cfda48f7
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 11 additions and 5 deletions

View file

@ -13,12 +13,8 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Added
* evobackupctl: update LIBDIR when copying the template
### Changed
* evobackupctl: simplify the program path retrieval
### Deprecated
### Removed
@ -27,6 +23,16 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Security
## [24.05] - 2022-05-02
### Added
* evobackupctl: update LIBDIR when copying the template
### Changed
* evobackupctl: simplify the program path retrieval
## [24.04.1] - 2022-04-30
### Fixed

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034,SC2317
readonly VERSION="24.04.1"
readonly VERSION="24.05"
# set all programs to C language (english)
export LC_ALL=C