Skip to content

Commit 15fb93d

Browse files
committed
bump to 1.9.6
1 parent f21f7c7 commit 15fb93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToolkitApi/Toolkit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class Toolkit implements ToolkitInterface
2020
{
21-
const VERSION = "1.9.3"; // version number for front-end PHP toolkit
21+
const VERSION = "1.9.6"; // 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)