diff --git a/lib/will_paginate/version.rb b/lib/will_paginate/version.rb index 99f323822..578c1e281 100644 --- a/lib/will_paginate/version.rb +++ b/lib/will_paginate/version.rb @@ -2,7 +2,7 @@ module WillPaginate module VERSION MAJOR = 2 MINOR = 3 - TINY = 5 + TINY = 8 STRING = [MAJOR, MINOR, TINY].join('.') end diff --git a/will_paginate.gemspec b/will_paginate.gemspec index 7866ca8f8..5c28125f2 100644 --- a/will_paginate.gemspec +++ b/will_paginate.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'will_paginate' - s.version = '2.3.7' - s.date = '2009-02-10' + s.version = '2.3.8' + s.date = '2009-03-09' s.summary = "Most awesome pagination solution for Rails" s.description = "The will_paginate library provides a simple, yet powerful and extensible API for ActiveRecord pagination and rendering of pagination links in ActionView templates."