From 198c11478e6b72a4586d36cd42d6c89c476c3c02 Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 25 Sep 2024 11:52:19 +0000 Subject: [PATCH] Release 7.3.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 efa1f1e79..5237871b8 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.3.1' +gem 'twilio-ruby', '~> 7.3.2' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 7.3.1 +gem install twilio-ruby -v 7.3.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 9eefc77e6..9c8b3f93e 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '7.3.1' + VERSION = '7.3.2' end