Client - Release 24.05.1

This commit is contained in:
Jérémy Lecour 2024-05-14 08:19:37 +02:00 committed by Jérémy Lecour
parent 0e98c6d4cd
commit 201b22c145
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
* client: fix shell syntax error
### Security
## [24.05.1] - 2022-05-14
### Fixed
* client: fix shell syntax error
## [24.05] - 2022-05-02
### Added

View file

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