Archived
1
0

bump version to 1.1.0

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
This commit is contained in:
Christoph Anton Mitterer 2014-09-26 02:20:48 +02:00
parent c2844ac991
commit d5aed5e81e

View File

@ -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 © 20122014, Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>.
#All rights reserved.
#
#