diff --git a/ToolkitApi/Toolkit.php b/ToolkitApi/Toolkit.php index 9ce4016..b2fb692 100644 --- a/ToolkitApi/Toolkit.php +++ b/ToolkitApi/Toolkit.php @@ -18,7 +18,7 @@ */ class Toolkit implements ToolkitInterface { - const VERSION = "1.8.5"; // version number for front-end PHP toolkit + const VERSION = "1.9.0"; // 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.