From 58acc8b147454f35f40e25cf6c3791d3cf74e8d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Thu, 16 Jun 2022 14:46:26 +0200 Subject: [PATCH] 2.7.0 --- plugin.xml | 5 +++++ setup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index dbf6d47..8ac73bb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,6 +24,11 @@ Walid Nouh + + 2.7.0 + ~10.0.0 + https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.7.0/glpi-geninventorynumber-2.7.0.tar.bz2 + 2.6.0 ~10.0.0 diff --git a/setup.php b/setup.php index 6fe184f..3c6e737 100644 --- a/setup.php +++ b/setup.php @@ -28,7 +28,7 @@ * ------------------------------------------------------------------------- */ -define ('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.6.0'); +define ('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.7.0'); // Minimal GLPI version, inclusive define("PLUGIN_GENINVENTORYNUMBER_MIN_GLPI", "10.0.0");