Skip to content

Commit a2330d1

Browse files
committed
bump to 1.9.3 to fix PDO bug
1 parent 5cbcfcb commit a2330d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToolkitApi/Toolkit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class Toolkit implements ToolkitInterface
2020
{
21-
const VERSION = "1.9.2"; // version number for front-end PHP toolkit
21+
const VERSION = "1.9.3"; // version number for front-end PHP toolkit
2222

2323
/* @todo use inputXml and outputXml to make this class more flexibly OO-like. Fewer strings copied around.
2424
* Better would be to use a Request object that has a connection.

0 commit comments

Comments
 (0)