From 913e3c9c8cf696f48172fa29da87946700bdaeaf Mon Sep 17 00:00:00 2001 From: Jeffrey Parker Date: Wed, 4 Feb 2026 13:37:00 -0500 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 6f556c2..08cef7c 100644 --- a/src/Client.php +++ b/src/Client.php @@ -3,7 +3,7 @@ use DateTime; -const VERSION = "1.2.0-dev"; +const VERSION = "1.2.1-dev"; const INITIAL_BACKOFF_SECONDS = 1; const MAX_BACKOFF_SECONDS = 32; const BACKOFF_FACTOR = 2;