We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e155b65 commit be2d7cdCopy full SHA for be2d7cd
README.md
@@ -27,13 +27,13 @@ in-line code documentation here in the library.
27
To install using [Bundler][bundler] grab the latest stable version:
28
29
```ruby
30
-gem 'twilio-ruby', '~> 5.4.2'
+gem 'twilio-ruby', '~> 5.4.3'
31
```
32
33
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
34
35
```bash
36
-gem install twilio-ruby -v 5.4.2
+gem install twilio-ruby -v 5.4.3
37
38
39
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.4.2'
+ VERSION = '5.4.3'
3
end
0 commit comments