We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58446f2 commit d638585Copy full SHA for d638585
lib/docs/scrapers/mariadb.rb
@@ -2,7 +2,7 @@ module Docs
2
class Mariadb < UrlScraper
3
self.name = 'MariaDB'
4
self.type = 'mariadb'
5
- self.release = '10.11.2'
+ self.release = '11.0.2'
6
self.base_url = 'https://mariadb.com/kb/en/'
7
self.root_path = 'documentation/'
8
self.links = {
@@ -24,7 +24,7 @@ class Mariadb < UrlScraper
24
]
25
26
options[:attribution] = <<-HTML
27
- © 2022 MariaDB<br>
+ © 2023 MariaDB<br>
28
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
29
HTML
30
0 commit comments