From b86ae4190961d1bf7f3afb8705ce73d836c861ce Mon Sep 17 00:00:00 2001 From: sourque Date: Sat, 14 Jan 2023 10:56:15 -0800 Subject: [PATCH] Update version to 2.0.6 --- README.md | 2 +- utility.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5504f9bc..b3d9f341 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ user = "coolUser" # Main user for the image # if re-used, is compatible with the version of aeacus being used. # # You can print your version of aeacus with ./aeacus version. -version = "2.0.5" +version = "2.0.6" [[check]] message = "Removed insecure sudoers rule" diff --git a/utility.go b/utility.go index a22298d6..a2d44a9c 100644 --- a/utility.go +++ b/utility.go @@ -10,7 +10,7 @@ import ( ) const ( - version = "2.0.4" + version = "2.0.6" ) var (