# frozen_string_literal: true

module Net
  module DNS
    # The current library version.
    VERSION = "0.9.2".freeze
  end
end
