Skip to content

Commit 9be4243

Browse files
committed
Update PostgreSQL documentation (13.2)
1 parent af3dd03 commit 9be4243

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ credits = [
643643
'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
644644
], [
645645
'PostgreSQL',
646-
'1996-2020 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
646+
'1996-2021 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
647647
'PostgreSQL',
648648
'https://www.postgresql.org/about/licence/'
649649
], [

lib/docs/scrapers/postgresql.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ class Postgresql < UrlScraper
5151
/\Aunsupported-features/ ]
5252

5353
options[:attribution] = <<-HTML
54-
&copy; 1996&ndash;2020 The PostgreSQL Global Development Group<br>
54+
&copy; 1996&ndash;2021 The PostgreSQL Global Development Group<br>
5555
Licensed under the PostgreSQL License.
5656
HTML
5757

5858
version '13' do
59-
self.release = '13.1'
59+
self.release = '13.2'
6060
self.base_url = "https://www.postgresql.org/docs/#{version}/"
6161
end
6262

0 commit comments

Comments
 (0)