Skip to content

Commit d638585

Browse files
committed
Update MariaDB documentation (11.0.2)
1 parent 58446f2 commit d638585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/mariadb.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Mariadb < UrlScraper
33
self.name = 'MariaDB'
44
self.type = 'mariadb'
5-
self.release = '10.11.2'
5+
self.release = '11.0.2'
66
self.base_url = 'https://mariadb.com/kb/en/'
77
self.root_path = 'documentation/'
88
self.links = {
@@ -24,7 +24,7 @@ class Mariadb < UrlScraper
2424
]
2525

2626
options[:attribution] = <<-HTML
27-
&copy; 2022 MariaDB<br>
27+
&copy; 2023 MariaDB<br>
2828
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
2929
HTML
3030

0 commit comments

Comments
 (0)