Parcourir la source

Merge pull request #2062 from anayrat/patch-1

Update postgresql.rb
Simon Legner il y a 2 ans
Parent
commit
ab09d04adf
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      lib/docs/scrapers/postgresql.rb

+ 6 - 1
lib/docs/scrapers/postgresql.rb

@@ -55,8 +55,13 @@ module Docs
       Licensed under the PostgreSQL License.
     HTML
 
+    version '16' do
+      self.release = '16.0'
+      self.base_url = "https://www.postgresql.org/docs/#{version}/"
+    end
+    
     version '15' do
-      self.release = '15.3'
+      self.release = '15.4'
       self.base_url = "https://www.postgresql.org/docs/#{version}/"
     end