Skip to content

Commit 46e1274

Browse files
committed
New features, new version (prepare to cut prerelease)
1 parent 64819e6 commit 46e1274

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