Skip to content

Commit

Permalink
Bump release to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martialblog committed May 14, 2024
1 parent fa15775 commit 2793678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
that service.
Version: 2.1.2 (2022-09-15)
Version: 2.2.0 (2024-05-14)
optional arguments:
-h, --help show this help message and exit
Expand Down
4 changes: 2 additions & 2 deletions check_http_json.py
Expand Up @@ -23,8 +23,8 @@
CRITICAL_CODE = 2
UNKNOWN_CODE = 3

__version__ = '2.1.2'
__version_date__ = '2022-09-15'
__version__ = '2.2.0'
__version_date__ = '2024-05-14'

class NagiosHelper:
"""
Expand Down

0 comments on commit 2793678

Please sign in to comment.