From 4846e2ab94697be8a1f786c6f7a68c19b88516b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Wed, 13 Sep 2023 09:55:14 -0700 Subject: [PATCH] back to dev version --- VERSION | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b1b25a5f..7dd050c4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2 +2.2.3-dev diff --git a/src/Client.php b/src/Client.php index 0b4511a5..c73ff2e5 100644 --- a/src/Client.php +++ b/src/Client.php @@ -53,7 +53,7 @@ use Traversable; */ class Client implements ClientInterface, IteratorAggregate { - public const VERSION = '2.2.2'; + public const VERSION = '2.2.3-dev'; /** @var OptionsInterface */ private $options;