From 9f9495a55ad90224ff1ceedb8bd61ed0e6bed269 Mon Sep 17 00:00:00 2001 From: Philip Griesbacher Date: Wed, 2 Nov 2016 09:07:31 +0100 Subject: [PATCH] release v0.2.6 --- CHANGELOG.md | 5 +++++ main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8aae0..c1df9bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.2.6 - 26.10.2016 +### Feature +- Version is shown within the help message +- check_multi prefixes will be expanded if not done by the core + ## v0.2.5 - 22.09.2016 ### Fix - Deadlock when InfluxDB is not running, again !? diff --git a/main.go b/main.go index 7a8778a..1a0e6cd 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ const updateRate = 1 const resultQueueLength = 1000.0 //nagfluxVersion contains the current Github-Release -const nagfluxVersion string = "v0.2.5" +const nagfluxVersion string = "v0.2.6" var log *factorlog.FactorLog var quit = make(chan bool)