Skip to content

Commit

Permalink
Add 2.10.0 version definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Feb 15, 2021
1 parent 244b439 commit de2f8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions genericobject.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<author>Walid Nouh</author>
</authors>
<versions>
<version>
<num>2.10.0</num>
<compatibility>~9.5.0</compatibility>
<download_url>https://github.com/pluginsGLPI/genericobject/releases/download/2.10.0/glpi-genericobject-2.10.0.tar.bz2</download_url>
</version>
<version>
<num>2.9.2</num>
<compatibility>~9.5.0</compatibility>
Expand Down
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
----------------------------------------------------------------------
*/

define ('PLUGIN_GENERICOBJECT_VERSION', '2.9.2');
define ('PLUGIN_GENERICOBJECT_VERSION', '2.10.0');

// Minimal GLPI version, inclusive
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "9.5");
Expand Down

0 comments on commit de2f8a4

Please sign in to comment.