diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 798fadb..c15e7dc 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -15,6 +15,11 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [23.03.01] 2023-03-01 + +### Fixed +* Fix version number. + ## [23.03] 2023-03-01 ### Added diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index 10334a3..5d1a186 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.03>" +VERSION="23.03.01" readonly VERSION # base functions diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 03f41fc..647192c 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.03>" +VERSION="23.03.01" readonly VERSION # base functions diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index cc76f61..cd03826 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.03>" +VERSION="23.03.01" readonly VERSION # base functions