From d01286e0b934aaae70dd5338997ebdcdd4af0e15 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 9 Oct 2023 18:10:17 +0200 Subject: [PATCH] Release 23.10.1 --- CHANGELOG.md | 8 ++++++-- evomaintenance.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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 <