Skip to content

Commit 09aca63

Browse files
committed
Bump to 1.9.7
1 parent 7a55140 commit 09aca63

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