Skip to content

Commit 9db28f6

Browse files
committed
Release 5.58.2
1 parent 29a4b0b commit 9db28f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ This library supports the following Ruby implementations:
3535
To install using [Bundler][bundler] grab the latest stable version:
3636

3737
```ruby
38-
gem 'twilio-ruby', '~> 5.58.1'
38+
gem 'twilio-ruby', '~> 5.58.2'
3939
```
4040

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

4343
```bash
44-
gem install twilio-ruby -v 5.58.1
44+
gem install twilio-ruby -v 5.58.2
4545
```
4646

4747
To build and install the development branch yourself from the latest source:

lib/twilio-ruby/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Twilio
2-
VERSION = '5.58.1'
2+
VERSION = '5.58.2'
33
end

0 commit comments

Comments
 (0)