From 2436bfe7b0ddd81bf5f6c3e75940666a4d70b581 Mon Sep 17 00:00:00 2001 From: yimysty Date: Fri, 9 Apr 2021 17:01:16 -0700 Subject: [PATCH] Revert "bump up cloudfare version" This reverts commit d0464faa02d9e73cbdae82b86d052f8dfe658a4a. --- config/cloudflare-ips.txt | 3 +-- lib/github-pages-health-check/version.rb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/config/cloudflare-ips.txt b/config/cloudflare-ips.txt index 8b7c9a4..2800771 100644 --- a/config/cloudflare-ips.txt +++ b/config/cloudflare-ips.txt @@ -9,7 +9,6 @@ 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 3d580b5..f36a974 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.1" + VERSION = "1.17.0" end end