Skip to content

Commit 10cc153

Browse files
committed
1.9.1
1 parent 3fd7fe5 commit 10cc153

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.0"; // version number for front-end PHP toolkit
21+
const VERSION = "1.9.1"; // 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)