Skip to content

Commit

Permalink
will_paginate 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 29, 2023
1 parent 5d7775f commit 4d1e3d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 3
TINY = 1
MAJOR = 4
MINOR = 0
TINY = 0

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

0 comments on commit 4d1e3d4

Please sign in to comment.