Release 23.10.1

This commit is contained in:
Jérémy Lecour 2023-10-09 18:10:17 +02:00 committed by Jérémy Lecour
parent 2f2e723bc0
commit d01286e0b9
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 7 additions and 3 deletions

View file

@ -13,10 +13,14 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp
### Fixed
* Use a special variable name since USER is always defined from the environment
### Security
## [23.10.1] - 2023-10-09
### Fixed
* Use a special variable name since USER is always defined from the environment
## [23.10] - 2023-10-09
### Added

View file

@ -1,6 +1,6 @@
#!/bin/sh
VERSION="23.10"
VERSION="23.10.1"
show_version() {
cat <<END