File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ class Postgresql < UrlScraper
5252 /\A unsupported-features/ ]
5353
5454 options [ :attribution ] = <<-HTML
55- © 1996–2025 The PostgreSQL Global Development Group< br >
55+ © 1996–2026 The PostgreSQL Global Development Group< br >
5656 Licensed under the PostgreSQL License.
5757 HTML
5858
5959 version '18' do
60- self . release = '18.0 '
60+ self . release = '18.2 '
6161 self . base_url = "https://www.postgresql.org/docs/#{ version } /"
6262 end
6363
@@ -70,7 +70,7 @@ class Postgresql < UrlScraper
7070 self . release = '16.1'
7171 self . base_url = "https://www.postgresql.org/docs/#{ version } /"
7272 end
73-
73+
7474 version '15' do
7575 self . release = '15.4'
7676 self . base_url = "https://www.postgresql.org/docs/#{ version } /"
You can’t perform that action at this time.
0 commit comments