Skip to content

Commit

Permalink
will_paginate 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 9, 2019
1 parent 3175efa commit cb60abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/will_paginate/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module WillPaginate #:nodoc:
module VERSION #:nodoc:
MAJOR = 3
MINOR = 1
TINY = 8
MINOR = 2
TINY = 0

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit cb60abe

Please sign in to comment.