From 7aaffc98884cdc0e0418a50eda064301eeddcbf9 Mon Sep 17 00:00:00 2001 From: "ricardo.bartels@telekom.de" Date: Fri, 8 Sep 2023 15:57:03 +0200 Subject: [PATCH] prepares release 1.6.1 --- README.md | 2 +- check_redfish.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0524526..4448fec 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ It will also create a inventory of all components of a system. R.I.P. IPMI -Version: 1.6.0 (2023-09-07) +Version: 1.6.1 (2023-09-08) mandatory arguments: -H HOST, --host HOST define the host to request. To change the port just diff --git a/check_redfish.py b/check_redfish.py index 269ee16..842c86d 100755 --- a/check_redfish.py +++ b/check_redfish.py @@ -16,8 +16,8 @@ R.I.P. IPMI """ -__version__ = "1.6.0" -__version_date__ = "2023-09-07" +__version__ = "1.6.1" +__version_date__ = "2023-09-08" __author__ = "Ricardo Bartels " __description__ = "Check Redfish Plugin" __license__ = "MIT"