From ef060ddf81016cc0305904b9b1140ab8c7995dfa Mon Sep 17 00:00:00 2001 From: Twilio Date: Fri, 17 Nov 2023 10:57:40 +0000 Subject: [PATCH] Release 6.8.2 --- 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 0d6efb45c..d43684cb4 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ This library supports the following Ruby implementations: To install using [Bundler][bundler] grab the latest stable version: ```ruby -gem 'twilio-ruby', '~> 6.8.1' +gem 'twilio-ruby', '~> 6.8.2' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 6.8.1 +gem install twilio-ruby -v 6.8.2 ``` 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 b4d152182..ec4afc2bb 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '6.8.1' + VERSION = '6.8.2' end