From ccb6c3e4f87aeccd31d46240efc62fbdc9f422df Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Fri, 10 Feb 2023 12:28:19 +0100 Subject: [PATCH] Linux - Release 23.02 --- linux/CHANGELOG | 6 ++++++ linux/evocheck.jessie.sh | 2 +- linux/evocheck.sh | 2 +- linux/evocheck.wheezy.sh | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/linux/CHANGELOG b/linux/CHANGELOG index e833294..a057f33 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -15,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [23.02] 2023-02-10 + +### Fixed + +* Release with the correct version number. + ## [22.12] 2023-02-10 ### Added diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index 02ec4bb..d6cd62e 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="22.12" +VERSION="23.02" readonly VERSION # base functions diff --git a/linux/evocheck.sh b/linux/evocheck.sh index 9299edd..32cf009 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="22.12" +VERSION="23.02" readonly VERSION # base functions diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index 1b91675..4b0dcf3 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="22.12" +VERSION="23.02" readonly VERSION # base functions