From 0ff64b644e3809ead297c9f05f3834fe91502a6e Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 19 Aug 2018 17:42:31 -0400 Subject: [PATCH] Update Apache HTTP Server documentation (2.4.34) --- lib/docs/scrapers/apache.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/apache.rb b/lib/docs/scrapers/apache.rb index 596e6703..b36dfb0e 100644 --- a/lib/docs/scrapers/apache.rb +++ b/lib/docs/scrapers/apache.rb @@ -3,7 +3,7 @@ module Docs self.name = 'Apache HTTP Server' self.slug = 'apache_http_server' self.type = 'apache' - self.release = '2.4.33' + self.release = '2.4.34' self.base_url = 'https://httpd.apache.org/docs/2.4/en/' self.links = { home: 'https://httpd.apache.org/'