From fe7eb313322936ce92dd1e0752fe9724ae851267 Mon Sep 17 00:00:00 2001 From: Twilio Date: Sun, 14 Jan 2024 14:59:38 +0000 Subject: [PATCH] Release 6.9.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 66d50bc49..9afaa22a6 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.9.0' +gem 'twilio-ruby', '~> 6.9.1' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 6.9.0 +gem install twilio-ruby -v 6.9.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 ba7fe1ecf..0c721f126 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '6.9.0' + VERSION = '6.9.1' end