From c0d3e23e491918e3287036af9b2a7aed0722b11b Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Sat, 22 Jan 2022 17:19:04 +0100 Subject: [PATCH] Update PostgreSQL documentation (14.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/postgresql.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index ed709afc..933b8c6b 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -674,7 +674,7 @@ credits = [ 'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE' ], [ 'PostgreSQL', - '1996-2021 The PostgreSQL Global Development Group
© 1994 The Regents of the University of California', + '1996-2022 The PostgreSQL Global Development Group
© 1994 The Regents of the University of California', 'PostgreSQL', 'https://www.postgresql.org/about/licence/' ], [ diff --git a/lib/docs/scrapers/postgresql.rb b/lib/docs/scrapers/postgresql.rb index 704dd959..5d8c6f9d 100644 --- a/lib/docs/scrapers/postgresql.rb +++ b/lib/docs/scrapers/postgresql.rb @@ -51,12 +51,12 @@ module Docs /\Aunsupported-features/ ] options[:attribution] = <<-HTML - © 1996–2021 The PostgreSQL Global Development Group
+ © 1996–2022 The PostgreSQL Global Development Group
Licensed under the PostgreSQL License. HTML version '14' do - self.release = '14.0' + self.release = '14.1' self.base_url = "https://www.postgresql.org/docs/#{version}/" end