summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/public_suffix-6.0.2/lib/public_suffix/version.rb
blob: ef09e58275e0963e15f5c3fdbc209b80e1a7e851 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# frozen_string_literal: true

# = Public Suffix
#
# Domain name parser based on the Public Suffix List.
#
# Copyright (c) 2009-2025 Simone Carletti <weppos@weppos.net>

module PublicSuffix

  # @return [String] the current library version
  VERSION = "6.0.2"

end