Skip to content

Commit

Permalink
bump up the tiny version number to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 12, 2008
1 parent 537f22c commit 2200673
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/will_paginate/version.rb
@@ -1,8 +1,8 @@
module WillPaginate #:nodoc:
module VERSION #:nodoc:
module WillPaginate
module VERSION
MAJOR = 2
MINOR = 3
TINY = 1
TINY = 2

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

0 comments on commit 2200673

Please sign in to comment.