From 1ff3484f886798eb985663797b96a907ca92c0fa Mon Sep 17 00:00:00 2001 From: Alan Seiden Date: Fri, 14 Aug 2020 14:50:04 -0400 Subject: [PATCH] Bump version 1.8.4 --- ToolkitApi/Toolkit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ToolkitApi/Toolkit.php b/ToolkitApi/Toolkit.php index 4423ebc..82c82a2 100644 --- a/ToolkitApi/Toolkit.php +++ b/ToolkitApi/Toolkit.php @@ -18,7 +18,7 @@ */ class Toolkit implements ToolkitInterface { - const VERSION = "1.8.3"; // version number for front-end PHP toolkit + const VERSION = "1.8.4"; // 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.