Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Commit

Permalink
reving version
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy McFadden committed May 10, 2018
1 parent e5fbf06 commit 29c42b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storcli_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ################################################################
Expand Down

0 comments on commit 29c42b6

Please sign in to comment.