Parcourir la source

Update MariaDB documentation (11.0.2)

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

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

@@ -2,7 +2,7 @@ module Docs
   class Mariadb < UrlScraper
     self.name = 'MariaDB'
     self.type = 'mariadb'
-    self.release = '10.11.2'
+    self.release = '11.0.2'
     self.base_url = 'https://mariadb.com/kb/en/'
     self.root_path = 'documentation/'
     self.links = {
@@ -24,7 +24,7 @@ module Docs
     ]
 
     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.
     HTML