Skip to content

Commit 4d1e3d4

Browse files
committed
will_paginate 4.0.0
1 parent 5d7775f commit 4d1e3d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/will_paginate/version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module WillPaginate #:nodoc:
22
module VERSION #:nodoc:
3-
MAJOR = 3
4-
MINOR = 3
5-
TINY = 1
3+
MAJOR = 4
4+
MINOR = 0
5+
TINY = 0
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

0 commit comments

Comments
 (0)