From b88b3c5bdab1b62b934ec931fcec62239b54eb31 Mon Sep 17 00:00:00 2001 From: d-telnyx <68876596+d-telnyx@users.noreply.github.com> Date: Thu, 6 May 2021 13:26:02 -0400 Subject: [PATCH] bump versions (#62) --- VERSION | 2 +- lib/Telnyx.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 73462a5..f225a78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.1 +2.5.2 diff --git a/lib/Telnyx.php b/lib/Telnyx.php index e2ea76a..1edc875 100644 --- a/lib/Telnyx.php +++ b/lib/Telnyx.php @@ -55,7 +55,7 @@ class Telnyx // @var float Initial delay between retries, in seconds private static $initialNetworkRetryDelay = 0.5; - const VERSION = '2.5.1'; + const VERSION = '2.5.2'; /** * @return string The API key used for requests.