Skip to content

Commit

Permalink
Prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai Buchwitz committed Sep 25, 2018
1 parent ee3c50b commit b5dc30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check_pve.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# check_pve.py - A check plugin for Proxmox Virtual Environment (PVE).
# Copyright (C) 2018 Nicolai Buchwitz <[email protected]>
#
# Version: 1.0.0
# Version: 1.1.0
#
# ------------------------------------------------------------------------------
# This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -61,7 +61,7 @@ class NagiosState(Enum):


class CheckPVE:
VERSION = '1.0.0'
VERSION = '1.1.0'
API_URL = 'https://{}:8006/api2/json/{}'

options = {}
Expand Down

0 comments on commit b5dc30c

Please sign in to comment.