From 27909f0c88c7a27d1b3d53d2c7daa6f309ff5f57 Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Mon, 16 Jan 2023 16:08:13 -0400 Subject: [PATCH] bump to 1.9.2 --- ToolkitApi/Toolkit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.