From 0c3e9738d741af8f713bf8547ad1f792949cc10d Mon Sep 17 00:00:00 2001 From: nook24 Date: Fri, 25 Jun 2021 10:16:41 +0200 Subject: [PATCH] Set version to 3.0.6 --- VERSION | 2 +- config/config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7da3c16..8ffc1ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.5 \ No newline at end of file +3.0.6 \ No newline at end of file diff --git a/config/config.go b/config/config.go index 1fdbad0..02181e4 100644 --- a/config/config.go +++ b/config/config.go @@ -14,7 +14,7 @@ import ( ) // AgentVersion as the name says -const AgentVersion = "3.0.5" +const AgentVersion = "3.0.6" // CustomCheck are external plugins and scripts which should be executed by the Agent type CustomCheck struct {