diff options
-rw-r--r-- | AUTHORS.md | 1 | ||||
-rw-r--r-- | Twilio/VersionInfo.php | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ A huge thanks to all of our contributors: - D. Keith Casey, Jr. - Doug Black - Elliot Lings +- Jarod Reyes - Jen Li - Jingming Niu - John Britton diff --git a/Twilio/VersionInfo.php b/Twilio/VersionInfo.php index 0e01260..93b0296 100644 --- a/Twilio/VersionInfo.php +++ b/Twilio/VersionInfo.php @@ -7,7 +7,7 @@ namespace Twilio; class VersionInfo { const MAJOR = 5; const MINOR = 0; - const PATCH = 2; + const PATCH = 3; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH)); |