Skip to content

Commit

Permalink
Merge pull request #483 from recurly/3_0_0-beta.5
Browse files Browse the repository at this point in the history
3.0.0.beta.5
  • Loading branch information
Aaron Suarez authored Jun 28, 2019
2 parents 1081830 + 6ed49dc commit b13d5f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This contains everything in the README as well as code-level documentation. We s
This gem is a pre-release. In your Gemfile, add `recurly` as a dependency.

```ruby
gem 'recurly', '3.0.0.beta.4'
gem 'recurly', '3.0.0.beta.5'
```

It's important that you lock on a specific version as there may be breaking changes between releases.
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Recurly
VERSION = "3.0.0.beta.4"
VERSION = "3.0.0.beta.5"
end

0 comments on commit b13d5f4

Please sign in to comment.