We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1746e1 commit 50017c3Copy full SHA for 50017c3
lib/will_paginate/version.rb
@@ -2,7 +2,7 @@ module WillPaginate #:nodoc:
2
module VERSION #:nodoc:
3
MAJOR = 4
4
MINOR = 0
5
- TINY = 0
+ TINY = 1
6
7
STRING = [MAJOR, MINOR, TINY].join('.')
8
end
0 commit comments