Skip to content

Commit 2586341

Browse files
committed
Release version 5.2.0
1 parent 7475435 commit 2586341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Install & Usage
5454
[Add this gem to your Gemfile as recommended by Rubygems](http://rubygems.org/gems/roadie) and run `bundle install`.
5555

5656
```ruby
57-
gem 'roadie', '~> 4.0'
57+
gem 'roadie', '~> 5.2'
5858
```
5959

6060
You can then create a new instance of a Roadie document:

lib/roadie/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Roadie
4-
VERSION = "5.1.0"
4+
VERSION = "5.2.0"
55
end

0 commit comments

Comments
 (0)