We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80c5e9 commit b978077Copy full SHA for b978077
README.md
@@ -34,13 +34,13 @@ This library supports the following Ruby implementations:
34
To install using [Bundler][bundler] grab the latest stable version:
35
36
```ruby
37
-gem 'twilio-ruby', '~> 5.66.1'
+gem 'twilio-ruby', '~> 5.66.2'
38
```
39
40
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
41
42
```bash
43
-gem install twilio-ruby -v 5.66.1
+gem install twilio-ruby -v 5.66.2
44
45
46
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.66.1'
+ VERSION = '5.66.2'
3
end
0 commit comments