We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cf2a7 commit 14af2abCopy full SHA for 14af2ab
README.md
@@ -11,13 +11,13 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
11
To install using [Bundler][bundler] grab the latest stable version:
12
13
```ruby
14
-gem 'twilio-ruby', '~> 5.0.0'
+gem 'twilio-ruby', '~> 5.1.0'
15
```
16
17
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
18
19
```bash
20
-gem install twilio-ruby -v 5.0.0
+gem install twilio-ruby -v 5.1.0
21
22
23
To build and install the development branch yourself from the latest source:
lib/twilio-ruby/version.rb
@@ -1,5 +1,3 @@
1
-# rubocop:disable MutableConstant
2
-
3
module Twilio
4
- VERSION = '5.0.0'
+ VERSION = '5.1.0'
5
end
0 commit comments