Skip to content

Commit 36a0842

Browse files
authored
bumps version to 1.12.1
1 parent a7933b2 commit 36a0842

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.12.0 (2025-07-30)
73+
Version: 1.12.1 (2025-08-07)
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.12.0"
20-
__version_date__ = "2025-07-30"
19+
__version__ = "1.12.1"
20+
__version_date__ = "2025-08-07"
2121
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
2222
__description__ = "Check Redfish Plugin"
2323
__license__ = "MIT"

0 commit comments

Comments
 (0)