diff --git a/src/Twilio/VersionInfo.php b/src/Twilio/VersionInfo.php index b4d051c9c..80c0d17ff 100644 --- a/src/Twilio/VersionInfo.php +++ b/src/Twilio/VersionInfo.php @@ -7,7 +7,7 @@ class VersionInfo { const MAJOR = "7"; const MINOR = "16"; - const PATCH = "0"; + const PATCH = "1"; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH));