sparklemotion/nokogiri

View on GitHub
lib/nokogiri/version/constant.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Nokogiri
  # The version of Nokogiri you are using
  VERSION = "1.17.0.dev"
end