From afed23eb20b5c47237cb03d3a2213ef76f2ce296 Mon Sep 17 00:00:00 2001 From: Denitsa Hristova Date: Wed, 23 Apr 2025 17:17:12 +0300 Subject: [PATCH] version bump --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 5820e21..d3bd0ba 100644 --- a/src/Client.php +++ b/src/Client.php @@ -3,7 +3,7 @@ use DateTime; -const VERSION = "1.1.0-dev"; +const VERSION = "1.2.0-dev"; const INITIAL_BACKOFF_SECONDS = 1; const MAX_BACKOFF_SECONDS = 32; const BACKOFF_FACTOR = 2;