From 4578966779eede846fc5531d7725e8bfd21e3711 Mon Sep 17 00:00:00 2001 From: Evan Fossier Date: Fri, 9 Feb 2018 18:35:00 -0800 Subject: [PATCH] Release 5.6.3 --- README.md | 4 ++-- lib/twilio-ruby/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc8d817c1..4e65d2824 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ in-line code documentation here in the library. To install using [Bundler][bundler] grab the latest stable version: ```ruby -gem 'twilio-ruby', '~> 5.6.2' +gem 'twilio-ruby', '~> 5.6.3' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 5.6.2 +gem install twilio-ruby -v 5.6.3 ``` 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 bf7307270..e841563a4 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '5.6.2' + VERSION = '5.6.3' end