Update openbmctool version to 1.07

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/thalerj/openbmctool.py b/thalerj/openbmctool.py
index 6c37750..ef12d81 100755
--- a/thalerj/openbmctool.py
+++ b/thalerj/openbmctool.py
@@ -2258,7 +2258,7 @@
          main function for running the command line utility as a sub application  
     """ 
     global toolVersion 
-    toolVersion = "1.06"
+    toolVersion = "1.07"
     parser = createCommandParser()
     args = parser.parse_args(argv)