diff --git a/README.md b/README.md index 205b131..4ea0a41 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.7.1 (2024-02-13) +Version: 1.7.2 (2024-02-28) 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 56795af..5df40d7 100755 --- a/check_redfish.py +++ b/check_redfish.py @@ -16,8 +16,8 @@ R.I.P. IPMI """ -__version__ = "1.7.1" -__version_date__ = "2024-02-13" +__version__ = "1.7.2" +__version_date__ = "2024-02-28" __author__ = "Ricardo Bartels " __description__ = "Check Redfish Plugin" __license__ = "MIT"