瀏覽代碼

Update PostgreSQL documentation (14.1)

Simon Legner 3 年之前
父節點
當前提交
c0d3e23e49
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/postgresql.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -674,7 +674,7 @@ credits = [
     'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
   ], [
     'PostgreSQL',
-    '1996-2021 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
+    '1996-2022 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
     'PostgreSQL',
     'https://www.postgresql.org/about/licence/'
   ], [

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

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