Skip to content

Commit

Permalink
will_paginate 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 26, 2020
1 parent 5ca18b7 commit 5ccb85d
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 = 2
TINY = 1
MINOR = 3
TINY = 0

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

0 comments on commit 5ccb85d

Please sign in to comment.