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