bump version to 1.1.0
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
This commit is contained in:
parent
c2844ac991
commit
d5aed5e81e
@ -4,7 +4,7 @@
|
||||
"""Nagios plugin to check the YUM package management system for package updates. Can optionally alert on any available updates as well as just security related updates."""
|
||||
|
||||
__title__ = "check_yum"
|
||||
__version__ = "1.0.0"
|
||||
__version__ = "1.1.0"
|
||||
|
||||
#Standard Nagios return codes
|
||||
OK = 0
|
||||
@ -492,7 +492,7 @@ if __name__ == "__main__":
|
||||
|
||||
|
||||
#Copyright © ?–?, Hari Sekhon <harisekhon@gmail.com>.
|
||||
#Copyright © 2012, Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>.
|
||||
#Copyright © 2012–2014, Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>.
|
||||
#All rights reserved.
|
||||
#
|
||||
#
|
||||
|
Reference in New Issue
Block a user