From eca00a0a682e0228d888ea7b051c8de9c40dc9d2 Mon Sep 17 00:00:00 2001 From: Jeremy Udit Date: Tue, 25 May 2021 15:54:33 -0400 Subject: [PATCH] bump version to 1.17.4 --- lib/github-pages-health-check/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github-pages-health-check/version.rb b/lib/github-pages-health-check/version.rb index 239b960..0a4b8a2 100644 --- a/lib/github-pages-health-check/version.rb +++ b/lib/github-pages-health-check/version.rb @@ -2,6 +2,6 @@ module GitHubPages module HealthCheck - VERSION = "1.17.3" + VERSION = "1.17.4" end end