From 9b0297df39cadcae857387e86d0e062887d59c15 Mon Sep 17 00:00:00 2001 From: Twilio Date: Mon, 26 Aug 2024 11:24:31 +0000 Subject: [PATCH] Release 8.2.3 --- 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 fe6123141..49d53d29b 100644 --- a/src/Twilio/VersionInfo.php +++ b/src/Twilio/VersionInfo.php @@ -7,7 +7,7 @@ class VersionInfo { const MAJOR = "8"; const MINOR = "2"; - const PATCH = "2"; + const PATCH = "3"; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));