From 9d0b932d3a75325712bde0dcd1e294ba2960a5e5 Mon Sep 17 00:00:00 2001 From: Jeremy McEntire Date: Fri, 1 Dec 2017 13:52:15 -0800 Subject: [PATCH] Release 5.5.1 --- 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 462f8db63..b66b34463 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.5.0' +gem 'twilio-ruby', '~> 5.5.1' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 5.5.0 +gem install twilio-ruby -v 5.5.1 ``` 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 48b3406e7..d0f6556fa 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '5.5.0' + VERSION = '5.5.1' end