client: release 24.04.1
All checks were successful
gitea/evobackup/pipeline/head This commit looks good

This commit is contained in:
Jérémy Lecour 2024-04-30 09:57:53 +02:00 committed by Jérémy Lecour
parent 981420ed23
commit ef8c04fe4e
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 7 additions and 3 deletions

View file

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

View file

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