Release 1.7.0

This commit is contained in:
Jon Atack 2015-08-20 12:46:41 +02:00
parent 3a75dae22f
commit 0b1fad122c
2 changed files with 2 additions and 3 deletions

View File

@ -29,8 +29,7 @@ instead.
If you're viewing this at
[github.com/activerecord-hackery/ransack](https://github.com/activerecord-hackery/ransack),
you're reading the documentation for the master branch with the latest features.
[View documentation for the last release (1.6.6).]
(https://github.com/activerecord-hackery/ransack/tree/v1.6.6)
[View documentation for the last release (1.7.0).](https://github.com/activerecord-hackery/ransack/tree/v1.7.0)
## Getting started

View File

@ -1,3 +1,3 @@
module Ransack
VERSION = '1.6.6'
VERSION = '1.7.0'
end