From d7a7e9b885525e50bf8d0d9e96fab371854e8242 Mon Sep 17 00:00:00 2001 From: Timothy McFadden Date: Tue, 23 Jun 2015 14:01:58 -0600 Subject: [PATCH] updating version number for release --- src/storcli_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storcli_check.py b/src/storcli_check.py index b7ddfd5..c399b34 100644 --- a/src/storcli_check.py +++ b/src/storcli_check.py @@ -25,7 +25,7 @@ __author__ = "Timothy McFadden" __creationDate__ = "06/02/2015" __license__ = "MIT" -__version__ = "1.1.0" +__version__ = "1.2.0" # Configuration ################################################################ CONTROLLER_OK_STATUSES = ["optimal"]