From 7ad2f01e2546bcf8176d4f14c362051b6ded61f1 Mon Sep 17 00:00:00 2001 From: Twilio Date: Fri, 16 Nov 2018 15:34:22 -0500 Subject: [PATCH] Release 5.16.0 --- 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 9842449f5..3c7db80fb 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.15.2' +gem 'twilio-ruby', '~> 5.16.0' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 5.15.2 +gem install twilio-ruby -v 5.16.0 ``` 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 e6f9350e7..8e2a9ba53 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '5.15.2' + VERSION = '5.16.0' end