Skip to content

Commit 7c7f383

Browse files
committed
Release 5.67.1
1 parent 70d75c2 commit 7c7f383

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
@@ -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.67.0'
37+
gem 'twilio-ruby', '~> 5.67.1'
3838
```
3939

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

4242
```bash
43-
gem install twilio-ruby -v 5.67.0
43+
gem install twilio-ruby -v 5.67.1
4444
```
4545

4646
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.67.0'
2+
VERSION = '5.67.1'
33
end

0 commit comments

Comments
 (0)