From c97e583eb0ab3df68062ae3b00399957fad76bfd Mon Sep 17 00:00:00 2001 From: Thomas Widhalm Date: Fri, 22 Feb 2019 14:37:08 +0100 Subject: [PATCH] release version 0.1.0 fixes #59 --- icinga-diagnostics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icinga-diagnostics.sh b/icinga-diagnostics.sh index 4ed06f8..13fee7c 100755 --- a/icinga-diagnostics.sh +++ b/icinga-diagnostics.sh @@ -4,7 +4,7 @@ # maintainer: Thomas Widhalm # Original source: https://github.com/widhalmt/icinga2-diagnostics -VERSION=0.0 +VERSION=0.1.0 echo "### Icinga 2 Diagnostics ###" echo "# Version: ${VERSION}"