From c09e421eb8a29e72395b632f909feb7c6620b617 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 29 Jan 2024 07:33:51 +0100
Subject: [PATCH] fix help

---
 check_docker_stats | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_docker_stats b/check_docker_stats
index 27ddd63..65b8a97 100755
--- a/check_docker_stats
+++ b/check_docker_stats
@@ -21,7 +21,7 @@
 . $(dirname $0)/inc_pluginfunctions
 . $(dirname $0)/inc_dockerfunctions.sh
 
-self_APPVERSION=1.0
+self_APPVERSION=1.1
 
 # ----------------------------------------------------------------------
 # FUNCTIONS
-- 
GitLab