diff --git a/src/storcli_check.py b/src/storcli_check.py index d2cbf84..af06fdd 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.2.2" +__version__ = "1.3.0" (IS_WIN, IS_LIN) = ("win" in sys.platform, "lin" in sys.platform) # Configuration ################################################################