From c32d5e3597d5bd468bb101b293ff8966082dffa2 Mon Sep 17 00:00:00 2001 From: "ricardo.bartels@telekom.de" Date: Fri, 13 Sep 2024 22:45:37 +0200 Subject: [PATCH] bumps version to 1.8.0 --- README.md | 2 +- check_redfish.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64301b5..d675818 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ It will also create a inventory of all components of a system. R.I.P. IPMI -Version: 1.7.3 (2024-06-21) +Version: 1.8.0 (2024-09-13) 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 36f8e6d..9f45fcc 100755 --- a/check_redfish.py +++ b/check_redfish.py @@ -16,8 +16,8 @@ R.I.P. IPMI """ -__version__ = "1.7.3" -__version_date__ = "2024-06-21" +__version__ = "1.8.0" +__version_date__ = "2024-09-13" __author__ = "Ricardo Bartels " __description__ = "Check Redfish Plugin" __license__ = "MIT"