From 72e7b55d491f72ffc12d24243d4b2261270b3f20 Mon Sep 17 00:00:00 2001 From: Nicolas Domenech Date: Mon, 13 Jan 2025 18:53:50 +0100 Subject: [PATCH] #4239 [Mod] add: new version number 20.0.1 --- core/modules/modDigiriskDolibarr.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modDigiriskDolibarr.class.php b/core/modules/modDigiriskDolibarr.class.php index 4975a57e8..004b3e7be 100644 --- a/core/modules/modDigiriskDolibarr.class.php +++ b/core/modules/modDigiriskDolibarr.class.php @@ -380,7 +380,7 @@ public function __construct($db) $this->descriptionlong = "Digirisk"; $this->editor_name = 'Evarisk'; $this->editor_url = 'https://evarisk.com'; - $this->version = '20.0.0'; + $this->version = '20.0.1'; $this->const_name = 'MAIN_MODULE_' . strtoupper($this->name); $this->picto = 'digiriskdolibarr_color@digiriskdolibarr';