lib/pagy.rb in pagy-6.4.4 vs lib/pagy.rb in pagy-6.5.0
- old
+ new
@@ -3,10 +3,10 @@
require 'pathname'
# Core class
class Pagy
- VERSION = '6.4.4'
+ VERSION = '6.5.0'
# Root pathname to get the path of Pagy files like templates or dictionaries
def self.root
@root ||= Pathname.new(__dir__).freeze
end