Bump release to v2.2.0

This commit is contained in:
Markus Opolka 2024-05-14 17:00:31 +02:00
parent fa157753ce
commit 27936784c4
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Generic Nagios plugin which checks json values from a given endpoint against
argument specified rules and determines the status and performance data for argument specified rules and determines the status and performance data for
that service. that service.
Version: 2.1.2 (2022-09-15) Version: 2.2.0 (2024-05-14)
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit

View File

@ -23,8 +23,8 @@ WARNING_CODE = 1
CRITICAL_CODE = 2 CRITICAL_CODE = 2
UNKNOWN_CODE = 3 UNKNOWN_CODE = 3
__version__ = '2.1.2' __version__ = '2.2.0'
__version_date__ = '2022-09-15' __version_date__ = '2024-05-14'
class NagiosHelper: class NagiosHelper:
""" """