diff options
author | matt <matt@twilio.com> | 2016-08-08 15:34:24 -0700 |
---|---|---|
committer | matt <matt@twilio.com> | 2016-08-08 15:34:24 -0700 |
commit | 43226dde30e04fde18550d9ba3bfcbbd54ee9609 (patch) | |
tree | b39e51b8364533ac4aac9907b599cd8941b59e99 | |
parent | 3b42c0925761327da5972c0022c2fa19010b3372 (diff) | |
download | twilio-php-43226dde30e04fde18550d9ba3bfcbbd54ee9609.zip twilio-php-43226dde30e04fde18550d9ba3bfcbbd54ee9609.tar.gz twilio-php-43226dde30e04fde18550d9ba3bfcbbd54ee9609.tar.bz2 |
Bumping to version 5.0.0-RC195.0.0-RC19
-rw-r--r-- | Twilio/VersionInfo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Twilio/VersionInfo.php b/Twilio/VersionInfo.php index c3e016c..d0341b5 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 = '0-RC18'; + const PATCH = '0-RC19'; public static function string() { return implode('.', array(self::MAJOR, self::MINOR, self::PATCH)); |