Skip to content

Commit

Permalink
bump to 1.9.3 to fix PDO bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NattyNarwhal committed Feb 8, 2023
1 parent 5cbcfcb commit a2330d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ToolkitApi/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
class Toolkit implements ToolkitInterface
{
const VERSION = "1.9.2"; // version number for front-end PHP toolkit
const VERSION = "1.9.3"; // 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.
Expand Down

0 comments on commit a2330d1

Please sign in to comment.