Skip to content

Commit dee00ef

Browse files
authored
chore: bug fix (#727)
* chore: fix documentation link * chore: fix documentation link * chore: fix documentation link * chore: fix documentation link * chore: add readme and version.rb
1 parent ff98289 commit dee00ef

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
@@ -39,13 +39,13 @@ This library supports the following Ruby implementations:
3939
To install using [Bundler][bundler] grab the latest stable version:
4040

4141
```ruby
42-
gem 'twilio-ruby', '~> 7.2.2'
42+
gem 'twilio-ruby', '~> 7.2.3'
4343
```
4444

4545
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
4646

4747
```bash
48-
gem install twilio-ruby -v 7.2.2
48+
gem install twilio-ruby -v 7.2.3
4949
```
5050

5151
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 = '7.2.2'
2+
VERSION = '7.2.3'
33
end

0 commit comments

Comments
 (0)