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