diff --git a/src/Twilio/VersionInfo.php b/src/Twilio/VersionInfo.php index 0093e96c94..8421e91139 100644 --- a/src/Twilio/VersionInfo.php +++ b/src/Twilio/VersionInfo.php @@ -6,8 +6,8 @@ class VersionInfo { const MAJOR = "7"; - const MINOR = "11"; - const PATCH = "1"; + const MINOR = "12"; + const PATCH = "0"; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));