We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d75c2 commit 7c7f383Copy full SHA for 7c7f383
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.67.0'
+gem 'twilio-ruby', '~> 5.67.1'
38
```
39
40
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
41
42
```bash
43
-gem install twilio-ruby -v 5.67.0
+gem install twilio-ruby -v 5.67.1
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.67.0'
+ VERSION = '5.67.1'
3
end
0 commit comments