Skip to content

Commit

Permalink
chore: Bump version to 1.3.0 and update year
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolai Buchwitz <[email protected]>
  • Loading branch information
nbuchwitz committed May 12, 2024
1 parent 771dd17 commit c18d4d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions check_pve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

# ------------------------------------------------------------------------------
# check_pve.py - A check plugin for Proxmox Virtual Environment (PVE).
# Copyright (C) 2018-2022 Nicolai Buchwitz <[email protected]>
# Copyright (C) 2018-2024 Nicolai Buchwitz <[email protected]>
#
# Version: 1.2.2
# Version: 1.3.0
#
# ------------------------------------------------------------------------------
# This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -129,7 +129,7 @@ def threshold_type(arg: str) -> Dict[str, "CheckThreshold"]:
class CheckPVE:
"""Check command for Proxmox VE."""

VERSION = "1.2.2"
VERSION = "1.3.0"
API_URL = "https://{hostname}:{port}/api2/json/{command}"
UNIT_SCALE = {
"GB": 10**9,
Expand Down

0 comments on commit c18d4d8

Please sign in to comment.