From 46e1274caed692793abd21158ac051e49e796e6b Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Fri, 5 Feb 2021 15:42:31 -0400 Subject: [PATCH] New features, new version (prepare to cut prerelease) --- ToolkitApi/Toolkit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.