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 c99147a commit a4e8fbaCopy full SHA for a4e8fba
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.0'
+gem 'twilio-ruby', '~> 5.58.1'
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.0
+gem install twilio-ruby -v 5.58.1
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.0'
+ VERSION = '5.58.1'
3
end
0 commit comments