We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0406b7 commit 8746725Copy full SHA for 8746725
README.md
@@ -26,13 +26,13 @@ in-line code documentation here in the library.
26
To install using [Bundler][bundler] grab the latest stable version:
27
28
```ruby
29
-gem 'twilio-ruby', '~> 5.22.3'
+gem 'twilio-ruby', '~> 5.23.0'
30
```
31
32
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
33
34
```bash
35
-gem install twilio-ruby -v 5.22.3
+gem install twilio-ruby -v 5.23.0
36
37
38
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.22.3'
+ VERSION = '5.23.0'
3
end
0 commit comments