Skip to content

Commit

Permalink
Bumping to version 5.0.0.rc17
Browse files Browse the repository at this point in the history
  • Loading branch information
jingming committed Sep 15, 2016
1 parent b37bfe8 commit 7798293
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A huge thanks to all of our contributors:
- Adam Ballai
- Alexander Murmann & Ryan Spore
- Alexandre Payment
- Andres Jaan Tack
- Andrew Benton
- Billy Chia
- Brian Levine
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ A module for using the Twilio REST API and generating valid [TwiML](http://www.t
To install using [Bundler][bundler] grab the latest stable version:

```ruby
gem 'twilio-ruby', '~> 5.0.0.rc16'
gem 'twilio-ruby', '~> 5.0.0.rc17'
```

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

```bash
gem install twilio-ruby -v 5.0.0.rc16
gem install twilio-ruby -v 5.0.0.rc17
```

To build and install the development branch yourself from the latest source:
Expand Down
2 changes: 1 addition & 1 deletion lib/twilio-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Twilio
VERSION = '5.0.0.rc16'
VERSION = '5.0.0.rc17'
end

0 comments on commit 7798293

Please sign in to comment.