From 779829393fcfa8107db5995cf247db92b21bdb78 Mon Sep 17 00:00:00 2001 From: Jingming Niu Date: Thu, 15 Sep 2016 15:18:56 +0300 Subject: [PATCH] Bumping to version 5.0.0.rc17 --- AUTHORS.md | 1 + README.md | 4 ++-- lib/twilio-ruby/version.rb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 58f1c460d..f1b80ea77 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,6 +7,7 @@ A huge thanks to all of our contributors: - Adam Ballai - Alexander Murmann & Ryan Spore - Alexandre Payment +- Andres Jaan Tack - Andrew Benton - Billy Chia - Brian Levine diff --git a/README.md b/README.md index e6b194ff9..1cca78a41 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t To install using [Bundler][bundler] grab the latest stable version: ```ruby -gem 'twilio-ruby', '~> 5.0.0.rc16' +gem 'twilio-ruby', '~> 5.0.0.rc17' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 5.0.0.rc16 +gem install twilio-ruby -v 5.0.0.rc17 ``` To build and install the development branch yourself from the latest source: diff --git a/lib/twilio-ruby/version.rb b/lib/twilio-ruby/version.rb index 92a61f529..330136a27 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '5.0.0.rc16' + VERSION = '5.0.0.rc17' end