From 145461d368bad236edff420c28aae7c785994128 Mon Sep 17 00:00:00 2001 From: Twilio Date: Thu, 9 Jan 2025 10:29:40 +0000 Subject: [PATCH] Release 8.3.10 --- src/Twilio/VersionInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Twilio/VersionInfo.php b/src/Twilio/VersionInfo.php index 42ea164c88..be4d306f75 100644 --- a/src/Twilio/VersionInfo.php +++ b/src/Twilio/VersionInfo.php @@ -7,7 +7,7 @@ class VersionInfo { const MAJOR = "8"; const MINOR = "3"; - const PATCH = "9"; + const PATCH = "10"; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));