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.