From 80fb6085c069e053457ed6f6325ac032f2b029fe Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Fri, 15 Mar 2024 16:57:44 -0400 Subject: [PATCH] version bump to v1.16.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 e4eef7edb6..a1f7b5b695 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.16.2" + VERSION = "1.16.3" end