Merge pull request #88 from drewkerrigan/release/v2-2-0

Bump release to v2.2.0
This commit is contained in:
Markus Opolka 2024-05-14 17:02:54 +02:00 committed by GitHub
commit 1f52898d10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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:
""" """