Update OpenBMC tool version to 1.19

This commit updates openbmctools version to 1.19 as an official release.

Signed-off-by: Justin Thaler <thalerj@us.ibm.com>
Change-Id: Ib28ea042072e57dca069510c4ac3e20cf5a60b45
diff --git a/thalerj/openbmctool.py b/thalerj/openbmctool.py
index 834a2d6..599555e 100755
--- a/thalerj/openbmctool.py
+++ b/thalerj/openbmctool.py
@@ -5280,7 +5280,7 @@
          main function for running the command line utility as a sub application
     """
     global toolVersion
-    toolVersion = "1.18"
+    toolVersion = "1.19"
     global isRedfishSupport
 
     parser = createCommandParser()