Skip to content

Commit

Permalink
bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Sep 13, 2023
1 parent 16bdd83 commit c6bf644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1-dev
2.2.2-dev
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '2.2.1-dev';
public const VERSION = '2.2.2-dev';

/** @var OptionsInterface */
private $options;
Expand Down

0 comments on commit c6bf644

Please sign in to comment.