diff options
author | matt <matt@twilio.com> | 2016-08-18 14:26:24 -0700 |
---|---|---|
committer | matt <matt@twilio.com> | 2016-08-18 14:26:24 -0700 |
commit | fe4fe265e4e53df2e1f99f748d2f16287d35bdef (patch) | |
tree | 9c070d45ff8a50b1caa4f82803a8e2f6bac47e58 | |
parent | e9825516ab6b691b4ed8cd7aaeb0220a44582312 (diff) | |
download | twilio-php-5.0.3.zip twilio-php-5.0.3.tar.gz twilio-php-5.0.3.tar.bz2 |
Bumping to version 5.0.35.0.3
-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)); |