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"