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