Skip to content

Commit 73e7da9

Browse files
committed
Release 1.8.0
1 parent 00d3bbb commit 73e7da9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ instead.
2929
If you're viewing this at
3030
[github.com/activerecord-hackery/ransack](https://github.com/activerecord-hackery/ransack),
3131
you're reading the documentation for the master branch with the latest features.
32-
[View documentation for the last release (1.7.0).](https://github.com/activerecord-hackery/ransack/tree/v1.7.0)
32+
[View documentation for the last release (1.8.0).](https://github.com/activerecord-hackery/ransack/tree/v1.8.0)
3333

3434
## Getting started
3535

@@ -49,7 +49,8 @@ In your Gemfile, for the last officially released gem:
4949
gem 'ransack'
5050
```
5151

52-
For Rails 5, or if you would like to use the latest updates, use the `master` branch:
52+
If you would like to use the latest updates (recommended), use the `master`
53+
branch:
5354

5455
```ruby
5556
gem 'ransack', github: 'activerecord-hackery/ransack'

lib/ransack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ransack
2-
VERSION = '1.7.0'
2+
VERSION = '1.8.0'
33
end

0 commit comments

Comments
 (0)