Skip to content

Commit d58fb8d

Browse files
committed
Release 5.54.1
1 parent 097372e commit d58fb8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ This library supports the following Ruby implementations:
3535
To install using [Bundler][bundler] grab the latest stable version:
3636

3737
```ruby
38-
gem 'twilio-ruby', '~> 5.54.0'
38+
gem 'twilio-ruby', '~> 5.54.1'
3939
```
4040

4141
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
4242

4343
```bash
44-
gem install twilio-ruby -v 5.54.0
44+
gem install twilio-ruby -v 5.54.1
4545
```
4646

4747
To build and install the development branch yourself from the latest source:

lib/twilio-ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Twilio
2-
VERSION = '5.54.0'
2+
VERSION = '5.54.1'
33
end

0 commit comments

Comments
 (0)