From 4728ce52d034105cf6715a7a5f13e3b897bcf6ca Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 22 Oct 2021 13:57:32 +0200 Subject: [PATCH] Release 21.10.3 --- CHANGELOG | 5 +++++ evocheck.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 237c6ba..55d8bd1 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.3] 2021-10-22 + +* Check for newer versions +* don't use "add-vm --version" yet + ## [21.10.2] 2021-10-22 ### Changed diff --git a/evocheck.sh b/evocheck.sh index e4d554b..b2aa413 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.2" +VERSION="21.10.3" readonly VERSION # base functions