diff --git a/linux/CHANGELOG b/linux/CHANGELOG index e9671dc..301e0e5 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -13,6 +13,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Fixed +## [23.11.1] + +### Fixed + +* IS_EVOBACKUP_EXCLUDE_MOUNT: fix another regression introduced in previous release + ### Security ## [23.11] diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index a1bc253..6fd8062 100755 --- a/linux/evocheck.jessie.sh +++ b/linux/evocheck.jessie.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.11" +VERSION="23.11.1" readonly VERSION # base functions diff --git a/linux/evocheck.sh b/linux/evocheck.sh index fa4e6d6..c057157 100755 --- a/linux/evocheck.sh +++ b/linux/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.11" +VERSION="23.11.1" readonly VERSION # base functions diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index 0b0dbd5..8e114b7 100755 --- a/linux/evocheck.wheezy.sh +++ b/linux/evocheck.wheezy.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.11" +VERSION="23.11.1" readonly VERSION # base functions