diff --git a/src/Twilio/VersionInfo.php b/src/Twilio/VersionInfo.php index dcb0a520b..6c8a4f935 100644 --- a/src/Twilio/VersionInfo.php +++ b/src/Twilio/VersionInfo.php @@ -5,9 +5,9 @@ class VersionInfo { - const MAJOR = "7"; - const MINOR = "16"; - const PATCH = "2"; + const MAJOR = "8"; + const MINOR = "0"; + const PATCH = "0"; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));