diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d38a1c..a1a74ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/evomaintenance.sh b/evomaintenance.sh index 39b5e06..3ddbdf7 100755 --- a/evomaintenance.sh +++ b/evomaintenance.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION="23.10" +VERSION="23.10.1" show_version() { cat <