From c6bf6448727ac15603ffe446d7bef19a2f3be371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kr=C3=BCss?= Date: Wed, 13 Sep 2023 09:34:52 -0700 Subject: [PATCH] bump dev version --- VERSION | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 84e6d845a..97102b4a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1-dev +2.2.2-dev diff --git a/src/Client.php b/src/Client.php index 911c0d773..4b2b81245 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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;