diff options
author | matt <matt@twilio.com> | 2016-09-19 10:49:18 -0700 |
---|---|---|
committer | matt <matt@twilio.com> | 2016-09-19 10:49:18 -0700 |
commit | e0870d75c5798427acd3fffb91202529cd521868 (patch) | |
tree | 09deba76b9ae51436c1343c821eee74a3f33e277 | |
parent | 7e3cfece3d28e1b32c484b45373db35d671bc809 (diff) | |
download | twilio-php-e0870d75c5798427acd3fffb91202529cd521868.zip twilio-php-e0870d75c5798427acd3fffb91202529cd521868.tar.gz twilio-php-e0870d75c5798427acd3fffb91202529cd521868.tar.bz2 |
Bumping to version 5.4.15.4.1
-rw-r--r-- | AUTHORS.md | 1 | ||||
-rw-r--r-- | Twilio/VersionInfo.php | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ A huge thanks to all of our contributors: - Alex Chan - Alex Rowley - Alexandre Payment +- Andres Jaan Tack - Andrew Nicols - Andrew Ryno - Andrew T. Baker diff --git a/Twilio/VersionInfo.php b/Twilio/VersionInfo.php index 23872aa..1053c87 100644 --- a/Twilio/VersionInfo.php +++ b/Twilio/VersionInfo.php @@ -7,7 +7,7 @@ namespace Twilio; class VersionInfo { const MAJOR = 5; const MINOR = 4; - const PATCH = 0; + const PATCH = 1; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH)); |