|
|
@@ -51,10 +51,15 @@ module Docs
|
|
|
/\Aunsupported-features/ ]
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
- © 1996–2019 The PostgreSQL Global Development Group<br>
|
|
|
+ © 1996–2020 The PostgreSQL Global Development Group<br>
|
|
|
Licensed under the PostgreSQL License.
|
|
|
HTML
|
|
|
|
|
|
+ version '13' do
|
|
|
+ self.release = '13.1'
|
|
|
+ self.base_url = "https://www.postgresql.org/docs/#{version}/"
|
|
|
+ end
|
|
|
+
|
|
|
version '12' do
|
|
|
self.release = '12.1'
|
|
|
self.base_url = "https://www.postgresql.org/docs/#{version}/"
|