diff --git a/lib/docs/scrapers/nginx.rb b/lib/docs/scrapers/nginx.rb index 5c1c4e35..3e401c63 100644 --- a/lib/docs/scrapers/nginx.rb +++ b/lib/docs/scrapers/nginx.rb @@ -2,7 +2,7 @@ module Docs class Nginx < UrlScraper self.name = 'nginx' self.type = 'nginx' - self.release = '1.25.1' + self.release = '1.27.1' self.base_url = 'https://nginx.org/en/docs/' self.links = { home: 'https://nginx.org/', @@ -23,7 +23,7 @@ module Docs # http://nginx.org/LICENSE options[:attribution] = <<-HTML © 2002-2021 Igor Sysoev
- © 2011-2023 Nginx, Inc.
+ © 2011-2024 Nginx, Inc.
Licensed under the BSD License. HTML