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));