Browse Source

Update MariaDB documentation (11.0.2)

Simon Legner 2 years ago
parent
commit
d638585fea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/docs/scrapers/mariadb.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Mariadb < UrlScraper
   class Mariadb < UrlScraper
     self.name = 'MariaDB'
     self.name = 'MariaDB'
     self.type = 'mariadb'
     self.type = 'mariadb'
-    self.release = '10.11.2'
+    self.release = '11.0.2'
     self.base_url = 'https://mariadb.com/kb/en/'
     self.base_url = 'https://mariadb.com/kb/en/'
     self.root_path = 'documentation/'
     self.root_path = 'documentation/'
     self.links = {
     self.links = {
@@ -24,7 +24,7 @@ module Docs
     ]
     ]
 
 
     options[:attribution] = <<-HTML
     options[:attribution] = <<-HTML
-      &copy; 2022 MariaDB<br>
+      &copy; 2023 MariaDB<br>
       Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
       Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
     HTML
     HTML