diff --git a/core/modules/modSubtotalTitle.class.php b/core/modules/modSubtotalTitle.class.php index bf7088d..fdca161 100755 --- a/core/modules/modSubtotalTitle.class.php +++ b/core/modules/modSubtotalTitle.class.php @@ -76,7 +76,7 @@ class modSubtotalTitle extends DolibarrModules $this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@subtotaltitle' // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' - $this->version = '4.0'; + $this->version = '4.1'; // Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt';