We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097372e commit d58fb8dCopy full SHA for d58fb8d
README.md
@@ -35,13 +35,13 @@ This library supports the following Ruby implementations:
35
To install using [Bundler][bundler] grab the latest stable version:
36
37
```ruby
38
-gem 'twilio-ruby', '~> 5.54.0'
+gem 'twilio-ruby', '~> 5.54.1'
39
```
40
41
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
42
43
```bash
44
-gem install twilio-ruby -v 5.54.0
+gem install twilio-ruby -v 5.54.1
45
46
47
To build and install the development branch yourself from the latest source:
lib/twilio-ruby/version.rb
@@ -1,3 +1,3 @@
1
module Twilio
2
- VERSION = '5.54.0'
+ VERSION = '5.54.1'
3
end
0 commit comments