From 6ee3b71e209d1c15df3024842505fa51bd43189c Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Tue, 7 Mar 2023 16:39:36 -0500 Subject: [PATCH] :gem: bump to 5.0.5 --- lib/html_proofer/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/html_proofer/version.rb b/lib/html_proofer/version.rb index 06db271d..6954358c 100644 --- a/lib/html_proofer/version.rb +++ b/lib/html_proofer/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTMLProofer - VERSION = "5.0.4" + VERSION = "5.0.5" end