Fix version

This commit is contained in:
Laurent Destailleur 2021-01-13 12:20:32 +01:00
parent 1571b0496c
commit 3bed2c91c7

View File

@ -64,7 +64,7 @@ class modWorkstation extends DolibarrModules
$this->editor_name = 'Editor name';
$this->editor_url = 'https://www.example.com';
// Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z'
$this->version = '1.0';
$this->version = 'development';
// Url to the file with your last numberversion of this module
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';