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