From d0464faa02d9e73cbdae82b86d052f8dfe658a4a Mon Sep 17 00:00:00 2001 From: yimysty Date: Fri, 9 Apr 2021 16:59:51 -0700 Subject: [PATCH] bump up cloudfare version --- config/cloudflare-ips.txt | 3 ++- lib/github-pages-health-check/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/cloudflare-ips.txt b/config/cloudflare-ips.txt index 2800771..8b7c9a4 100644 --- a/config/cloudflare-ips.txt +++ b/config/cloudflare-ips.txt @@ -9,6 +9,7 @@ 197.234.240.0/22 198.41.128.0/17 162.158.0.0/15 -104.16.0.0/12 172.64.0.0/13 131.0.72.0/22 +104.16.0.0/13 +104.24.0.0/14 diff --git a/lib/github-pages-health-check/version.rb b/lib/github-pages-health-check/version.rb index f36a974..3d580b5 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.0" + VERSION = "1.17.1" end end