diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 12f1de464c..f96799346c 100644 --- a/lib/nokogiri/version/constant.rb +++ b/lib/nokogiri/version/constant.rb @@ -2,5 +2,5 @@ module Nokogiri # The version of Nokogiri you are using - VERSION = "1.14.2" + VERSION = "1.14.3" end