We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fd4e5 commit 15b4a6aCopy full SHA for 15b4a6a
README.md
@@ -39,13 +39,13 @@ This library supports the following Ruby implementations:
39
To install using [Bundler][bundler] grab the latest stable version:
40
41
```ruby
42
-gem 'twilio-ruby', '~> 6.9.1'
+gem 'twilio-ruby', '~> 6.10.0'
43
```
44
45
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
46
47
```bash
48
-gem install twilio-ruby -v 6.9.1
+gem install twilio-ruby -v 6.10.0
49
50
51
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 = '6.9.1'
+ VERSION = '6.10.0'
3
end
0 commit comments