commit | eb574ddf57d1ab2226be0db37102f63536f56589 | [log] [tgz] |
---|---|---|
author | Justin Thaler <thalerj@us.ibm.com> | Mon Jul 16 14:03:17 2018 -0500 |
committer | Justin Thaler <thalerj@us.ibm.com> | Fri Jul 20 17:18:35 2018 -0500 |
tree | c8ed5e4398a4d02b8b6665f27719cbcfd980bd38 | |
parent | fb9c81c6d6418c3540a914c386e4ed3ca344f98d [diff] [blame] |
Update tool to version 1.05 This updates the reported tool version to 1.05. Signed-off-by: Justin Thaler thalerj@us.ibm.com
diff --git a/thalerj/openbmctool.py b/thalerj/openbmctool.py index c7b5bd2..317c1e3 100644 --- a/thalerj/openbmctool.py +++ b/thalerj/openbmctool.py
@@ -2089,7 +2089,7 @@ main function for running the command line utility as a sub application """ global toolVersion - toolVersion = "1.04" + toolVersion = "1.05" parser = createCommandParser() args = parser.parse_args(argv)