From e8d2f4a829c50e6ad4ccd1625cd094e3a24acf36 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 11 Apr 2023 12:22:33 -0400 Subject: [PATCH] version bump to v1.14.3 --- lib/nokogiri/version/constant.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nokogiri/version/constant.rb b/lib/nokogiri/version/constant.rb index 12f1de464c4..f96799346ca 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