File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -643,7 +643,7 @@ credits = [
643
643
' https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
644
644
], [
645
645
' 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' ,
647
647
' PostgreSQL' ,
648
648
' https://www.postgresql.org/about/licence/'
649
649
], [
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ class Postgresql < UrlScraper
51
51
/\A unsupported-features/ ]
52
52
53
53
options [ :attribution ] = <<-HTML
54
- © 1996–2020 The PostgreSQL Global Development Group< br >
54
+ © 1996–2021 The PostgreSQL Global Development Group< br >
55
55
Licensed under the PostgreSQL License.
56
56
HTML
57
57
58
58
version '13' do
59
- self . release = '13.1 '
59
+ self . release = '13.2 '
60
60
self . base_url = "https://www.postgresql.org/docs/#{ version } /"
61
61
end
62
62
You can’t perform that action at this time.
0 commit comments