From b5578d953c8d126b3d13b2440d21c68460035265 Mon Sep 17 00:00:00 2001 From: Twilio Date: Tue, 27 Feb 2024 14:19:44 +0000 Subject: [PATCH] Release 7.16.0 --- 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 0a8420d46..b4d051c9c 100644 --- a/src/Twilio/VersionInfo.php +++ b/src/Twilio/VersionInfo.php @@ -6,7 +6,7 @@ class VersionInfo { const MAJOR = "7"; - const MINOR = "15"; + const MINOR = "16"; const PATCH = "0"; public static function string() {