From 865734f00092c5dcd645cab8bf326fe40485a322 Mon Sep 17 00:00:00 2001 From: Twilio Date: Tue, 18 Jun 2024 15:21:58 +0000 Subject: [PATCH] Release 7.2.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 c68475956..451d3ffe0 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', '~> 7.1.1' +gem 'twilio-ruby', '~> 7.2.0' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 7.1.1 +gem install twilio-ruby -v 7.2.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 c826f1191..ddcaa6dc1 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '7.1.1' + VERSION = '7.2.0' end