Skip to content

Commit a33bc86

Browse files
committed
bumps version to 1.11.2
1 parent 97f7ea5 commit a33bc86

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ It will also create a inventory of all components of a system.
7070
7171
R.I.P. IPMI
7272
73-
Version: 1.11.1 (2025-05-24)
73+
Version: 1.11.2 (2025-06-23)
7474
7575
mandatory arguments:
7676
-H HOST, --host HOST define the host to request. To change the port just

check_redfish.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
R.I.P. IPMI
1717
"""
1818

19-
__version__ = "1.11.1"
20-
__version_date__ = "2025-05-24"
19+
__version__ = "1.11.2"
20+
__version_date__ = "2025-06-23"
2121
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
2222
__description__ = "Check Redfish Plugin"
2323
__license__ = "MIT"

0 commit comments

Comments
 (0)