From 6e1ee7dabdd42ab2025f129b5836862b849bda06 Mon Sep 17 00:00:00 2001 From: Chuk Shirley Date: Mon, 20 Jan 2020 14:03:56 -0600 Subject: [PATCH] Bump version --- ToolkitApi/Toolkit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToolkitApi/Toolkit.php b/ToolkitApi/Toolkit.php index f89b445..e642312 100644 --- a/ToolkitApi/Toolkit.php +++ b/ToolkitApi/Toolkit.php @@ -18,7 +18,7 @@ */ class Toolkit { - const VERSION = "1.7.0"; // version number for front-end PHP toolkit + const VERSION = "1.8.2"; // version number for front-end PHP toolkit /* @todo use inputXml and outputXml to make this class more flexibly OO-like. Fewer strings copied around. * Better would be to use a Request object that has a connection.