lib/nokogiri/version/constant.rb



# frozen_string_literal: true
module Nokogiri
  # The version of Nokogiri you are using
  VERSION = "1.12.0.rc1"
end