Skip to content

Commit 73324b2

Browse files
committed
16.0.1
1 parent a9fb6fa commit 73324b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/modules/modAdherentsPlus.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function __construct($db)
5454
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
5555
$this->name = preg_replace('/^mod/i','',get_class($this));
5656
$this->description = "Management Extended of members";
57-
$this->version = '16.0.0'; // 'experimental' or 'dolibarr' or version
57+
$this->version = '16.0.1'; // 'experimental' or 'dolibarr' or version
5858
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
5959
// Module description used if translation string 'ModuleXXXDesc' not found (XXX is id value)
6060
$this->editor_name = 'ptibogxiv.net';

0 commit comments

Comments
 (0)