From 7990b7924f7d01b6f323f9f9273c4d72dc106930 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 22 Oct 2021 13:43:03 +0200 Subject: [PATCH] Release 21.10.2 --- CHANGELOG | 5 +++++ evocheck.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1d8d322..237c6ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,11 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [21.10.2] 2021-10-22 + +### Changed +Let's try the --version flag before falling back to grep for the constant + ## [21.10.1] 2021-10-01 ### Added diff --git a/evocheck.sh b/evocheck.sh index 610d48a..8a5719a 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="21.10.1" +VERSION="21.10.2" readonly VERSION # base functions