commit | 14c98d3a950dae27a8b4736dde1ae2785f9476d6 | [log] [tgz] |
---|---|---|
author | Justin Thaler <thalerj@us.ibm.com> | Tue Jul 24 14:37:42 2018 -0500 |
committer | Justin Thaler <thalerj@us.ibm.com> | Tue Jul 24 14:37:42 2018 -0500 |
tree | c2a4ebf70b591d91e535a1329b3af9540ad06e1b | |
parent | 3d71d401c1ed12325d9597953f9a46c28e48daac [diff] |
Update tool to version 1.06
diff --git a/thalerj/openbmctool.py b/thalerj/openbmctool.py index 6f1550a..2fce508 100644 --- a/thalerj/openbmctool.py +++ b/thalerj/openbmctool.py
@@ -2211,7 +2211,7 @@ main function for running the command line utility as a sub application """ global toolVersion - toolVersion = "1.05" + toolVersion = "1.06" parser = createCommandParser() args = parser.parse_args(argv)