Skip to content

Commit 8746725

Browse files
committed
Release 5.23.0
1 parent b0406b7 commit 8746725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ in-line code documentation here in the library.
2626
To install using [Bundler][bundler] grab the latest stable version:
2727

2828
```ruby
29-
gem 'twilio-ruby', '~> 5.22.3'
29+
gem 'twilio-ruby', '~> 5.23.0'
3030
```
3131

3232
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
3333

3434
```bash
35-
gem install twilio-ruby -v 5.22.3
35+
gem install twilio-ruby -v 5.23.0
3636
```
3737

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

lib/twilio-ruby/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Twilio
2-
VERSION = '5.22.3'
2+
VERSION = '5.23.0'
33
end

0 commit comments

Comments
 (0)