We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a4b0b commit 9db28f6Copy full SHA for 9db28f6
README.md
@@ -35,13 +35,13 @@ This library supports the following Ruby implementations:
35
To install using [Bundler][bundler] grab the latest stable version:
36
37
```ruby
38
-gem 'twilio-ruby', '~> 5.58.1'
+gem 'twilio-ruby', '~> 5.58.2'
39
```
40
41
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
42
43
```bash
44
-gem install twilio-ruby -v 5.58.1
+gem install twilio-ruby -v 5.58.2
45
46
47
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.58.1'
+ VERSION = '5.58.2'
3
end
0 commit comments