فهرست منبع

Updated PostgreSQL (15.3)

ClasherKasten 2 سال پیش
والد
کامیت
4da8e1aa8f
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      lib/docs/scrapers/postgresql.rb

+ 2 - 2
lib/docs/scrapers/postgresql.rb

@@ -51,12 +51,12 @@ module Docs
       /\Aunsupported-features/ ]
 
     options[:attribution] = <<-HTML
-      &copy; 1996&ndash;2022 The PostgreSQL Global Development Group<br>
+      &copy; 1996&ndash;2023 The PostgreSQL Global Development Group<br>
       Licensed under the PostgreSQL License.
     HTML
 
     version '15' do
-      self.release = '15.0'
+      self.release = '15.3'
       self.base_url = "https://www.postgresql.org/docs/#{version}/"
     end