Skip to content

Commit da40e12

Browse files
authored
bump dev version [skip ci]
1 parent bac46bf commit da40e12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1-dev

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*/
5454
class Client implements ClientInterface, IteratorAggregate
5555
{
56-
public const VERSION = '2.3.0';
56+
public const VERSION = '2.3.1-dev';
5757

5858
/** @var OptionsInterface */
5959
private $options;

0 commit comments

Comments
 (0)