Skip to content

Commit b978077

Browse files
committed
Release 5.66.2
1 parent e80c5e9 commit b978077

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: README.md

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

3636
```ruby
37-
gem 'twilio-ruby', '~> 5.66.1'
37+
gem 'twilio-ruby', '~> 5.66.2'
3838
```
3939

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

4242
```bash
43-
gem install twilio-ruby -v 5.66.1
43+
gem install twilio-ruby -v 5.66.2
4444
```
4545

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

Diff for: 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.66.1'
2+
VERSION = '5.66.2'
33
end

0 commit comments

Comments
 (0)