From d638585fea8e383143773c0c031e5769445ba9c1 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 2 Aug 2023 22:20:21 +0200 Subject: [PATCH] Update MariaDB documentation (11.0.2) --- lib/docs/scrapers/mariadb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/mariadb.rb b/lib/docs/scrapers/mariadb.rb index d0eb9287..5035dbf6 100644 --- a/lib/docs/scrapers/mariadb.rb +++ b/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 - © 2022 MariaDB
+ © 2023 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License. HTML