diff --git a/README.md b/README.md index 5237871b8..08c6c075c 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.2' +gem 'twilio-ruby', '~> 7.3.3' ``` To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install: ```bash -gem install twilio-ruby -v 7.3.2 +gem install twilio-ruby -v 7.3.3 ``` 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 9c8b3f93e..77fe4bc17 100644 --- a/lib/twilio-ruby/version.rb +++ b/lib/twilio-ruby/version.rb @@ -1,3 +1,3 @@ module Twilio - VERSION = '7.3.2' + VERSION = '7.3.3' end