Skip to content

Commit 691cb0c

Browse files
committed
Update PostgreSQL documentation (18.2)
1 parent 7009c11 commit 691cb0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/docs/scrapers/postgresql.rb

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

5454
options[:attribution] = <<-HTML
55-
&copy; 1996&ndash;2025 The PostgreSQL Global Development Group<br>
55+
&copy; 1996&ndash;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}/"

0 commit comments

Comments
 (0)