Skip to content

Commit

Permalink
Release 6.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twilio-dx committed Feb 9, 2024
1 parent 8e29b23 commit c724b26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,13 +39,13 @@ This library supports the following Ruby implementations:
To install using [Bundler][bundler] grab the latest stable version:

```ruby
gem 'twilio-ruby', '~> 6.10.0'
gem 'twilio-ruby', '~> 6.11.0'
```

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

```bash
gem install twilio-ruby -v 6.10.0
gem install twilio-ruby -v 6.11.0
```

To build and install the development branch yourself from the latest source:
Expand Down
2 changes: 1 addition & 1 deletion lib/twilio-ruby/version.rb
@@ -1,3 +1,3 @@
module Twilio
VERSION = '6.10.0'
VERSION = '6.11.0'
end

0 comments on commit c724b26

Please sign in to comment.