Skip to content

Commit

Permalink
build: set development version
Browse files Browse the repository at this point in the history
Signed-off-by: btry <[email protected]>
  • Loading branch information
btry committed Aug 13, 2018
1 parent 57c607f commit e9a6b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

global $CFG_GLPI;
// Version of the plugin
define('PLUGIN_FORMCREATOR_VERSION', '2.6.4-dev');
define('PLUGIN_FORMCREATOR_VERSION', 'develop');
// Schema version of this version
define('PLUGIN_FORMCREATOR_SCHEMA_VERSION', '2.6');
// is or is not an official release of the plugin
Expand Down

0 comments on commit e9a6b71

Please sign in to comment.