Update OpenBMC tool to Version 1.10
Updates the version of openbmctool to 1.10
Change-Id: If6c27a7284e4566be99297c6243d9acbf95d25ea
Signed-off-by: Justin Thaler thalerj@us.ibm.com
Signed-off-by: Nagaraju Goruganti <ngorugan@in.ibm.com>
diff --git a/thalerj/openbmctool.py b/thalerj/openbmctool.py
index d0d1571..8feefc7 100755
--- a/thalerj/openbmctool.py
+++ b/thalerj/openbmctool.py
@@ -2706,7 +2706,7 @@
main function for running the command line utility as a sub application
"""
global toolVersion
- toolVersion = "1.08"
+ toolVersion = "1.10"
parser = createCommandParser()
args = parser.parse_args(argv)