diff --git a/plugin.xml b/plugin.xml
index e534286e3e..b567598685 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,6 +29,11 @@
Benjamin Fontan
+
+ 2.9.0
+ ~10.0.0
+ https://github.com/pluginsGLPI/order/releases/download/2.9.0/glpi-order-2.9.0.tar.bz2
+
2.8.2
~10.0.0
diff --git a/setup.php b/setup.php
index 1aee347ecd..4833c73f96 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_ORDER_VERSION', '2.8.2');
+define('PLUGIN_ORDER_VERSION', '2.9.0');
// Minimal GLPI version, inclusive
define("PLUGIN_ORDER_MIN_GLPI", "10.0.0");