From c5c25509391a7369d8fc89e27cb177967c9dff83 Mon Sep 17 00:00:00 2001 From: Twilio Date: Thu, 15 Jun 2023 00:36:24 -0700 Subject: [PATCH] Release 7.5.0 --- src/Twilio/VersionInfo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Twilio/VersionInfo.php b/src/Twilio/VersionInfo.php index cdcd50401..f5cbcc90c 100644 --- a/src/Twilio/VersionInfo.php +++ b/src/Twilio/VersionInfo.php @@ -6,8 +6,8 @@ class VersionInfo { const MAJOR = "7"; - const MINOR = "4"; - const PATCH = "2"; + const MINOR = "5"; + const PATCH = "0"; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));