bin/pagy in pagy-8.6.1 vs bin/pagy in pagy-8.6.2

- old
+ new

@@ -1,8 +1,8 @@ #!/usr/bin/env ruby # frozen_string_literal: true -VERSION = '8.6.1' +VERSION = '8.6.2' APPS = %w[repro rails demo calendar].freeze LINUX = RbConfig::CONFIG['host_os'].include?('linux') HOST = '0.0.0.0' PORT = '8000'