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;