Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Jan 14, 2020
1 parent 0465095 commit 09e0d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@

global $CFG_GLPI;
// Version of the plugin
define('PLUGIN_FORMCREATOR_VERSION', '2.9.1');
define('PLUGIN_FORMCREATOR_VERSION', '2.9.2-dev');
// Schema version of this version
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.9');
// is or is not an official release of the plugin
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', true);
define('PLUGIN_FORMCREATOR_IS_OFFICIAL_RELEASE', false);

// Minimal GLPI version, inclusive
define ('PLUGIN_FORMCREATOR_GLPI_MIN_VERSION', '9.4');
Expand Down

0 comments on commit 09e0d9f

Please sign in to comment.