Skip to content

Commit

Permalink
chore: Bump version and copyright year
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolai Buchwitz <[email protected]>
  • Loading branch information
nbuchwitz committed Feb 13, 2025
1 parent ff472de commit 686791c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check_opnsense.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# ------------------------------------------------------------------------------
# check_opnsense.py - A check plugin for monitoring OPNsense firewalls.
# Copyright (C) 2018 Nicolai Buchwitz <[email protected]>
# Copyright (C) 2018 - 2024 Nicolai Buchwitz <[email protected]>
#
# Version: 0.1.1
# Version: 0.2.0
#
# ------------------------------------------------------------------------------
# This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -55,7 +55,7 @@ class CheckState(Enum):
class CheckOPNsense:
"""Check command for OPNsense."""

VERSION = "0.1.0"
VERSION = "0.2.0"
API_URL = "https://{host}:{port}/api/{uri}"

def check_output(self) -> None:
Expand Down

0 comments on commit 686791c

Please sign in to comment.