diff --git a/src/Twilio/VersionInfo.php b/src/Twilio/VersionInfo.php index 4e8d8ce1c..e9184b84b 100644 --- a/src/Twilio/VersionInfo.php +++ b/src/Twilio/VersionInfo.php @@ -7,7 +7,7 @@ class VersionInfo { const MAJOR = "8"; const MINOR = "3"; - const PATCH = "2"; + const PATCH = "3"; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));