File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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>© 1994 The Regents of the University of California' ,
646+ ' 1996-2021 The PostgreSQL Global Development Group<br>© 1994 The Regents of the University of California' ,
647647 ' PostgreSQL' ,
648648 ' https://www.postgresql.org/about/licence/'
649649 ], [
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ class Postgresql < UrlScraper
5151 /\A unsupported-features/ ]
5252
5353 options [ :attribution ] = <<-HTML
54- © 1996–2020 The PostgreSQL Global Development Group< br >
54+ © 1996–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
You can’t perform that action at this time.
0 commit comments