Skip to content

Commit

Permalink
Release version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Aug 27, 2023
1 parent 7475435 commit 2586341
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 @@ -54,7 +54,7 @@ Install & Usage
[Add this gem to your Gemfile as recommended by Rubygems](http://rubygems.org/gems/roadie) and run `bundle install`.

```ruby
gem 'roadie', '~> 4.0'
gem 'roadie', '~> 5.2'
```

You can then create a new instance of a Roadie document:
Expand Down
2 changes: 1 addition & 1 deletion lib/roadie/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Roadie
VERSION = "5.1.0"
VERSION = "5.2.0"
end

0 comments on commit 2586341

Please sign in to comment.