From b8496e754d783db25170212129b14d7e84347593 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Thu, 16 Jun 2022 17:22:11 +0200 Subject: [PATCH] Release 22.06 --- CHANGELOG | 2 ++ evocheck.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4a37b19..33fac49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [22.06] - 2022-06-16 + ### Changed - Fixed various shellcheck violations diff --git a/evocheck.sh b/evocheck.sh index c604497..5311074 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -3,7 +3,7 @@ # EvoCheck # Script to verify compliance of an OpenBSD server powered by Evolix -readonly VERSION="22.04" +readonly VERSION="22.06" # base functions