From 8b957a9806527a68f71a7b2fc3b173063fca4e3a Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Wed, 18 May 2022 11:15:52 +0200 Subject: [PATCH] chore(install): update version to 22.04.0 (#11134) * chore(install): update version to 22.04.0 * Update Update-22.04.0.php * remove unneeded swp file --- www/install/insertBaseConf.sql | 2 +- www/install/php/Update-22.04.0.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 www/install/php/Update-22.04.0.php diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql index 77cf50e8a19..09eb38e4f5f 100644 --- a/www/install/insertBaseConf.sql +++ b/www/install/insertBaseConf.sql @@ -2,7 +2,7 @@ -- Insert version -- -INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '22.04.0-beta.2'); +INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '22.04.0'); -- -- Contenu de la table `contact` diff --git a/www/install/php/Update-22.04.0.php b/www/install/php/Update-22.04.0.php new file mode 100644 index 00000000000..8572f2a05df --- /dev/null +++ b/www/install/php/Update-22.04.0.php @@ -0,0 +1,20 @@ +