From 201290e6ad16b7fe4fb042785fd18bc81ba8c747 Mon Sep 17 00:00:00 2001 From: data Date: Fri, 6 Mar 2026 09:49:57 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20Version=203.4=20=E2=86=92=203.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- core/modules/modBankImport.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modBankImport.class.php b/core/modules/modBankImport.class.php index 056f4b1..2d9f5b6 100755 --- a/core/modules/modBankImport.class.php +++ b/core/modules/modBankImport.class.php @@ -76,7 +76,7 @@ class modBankImport extends DolibarrModules $this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@bankimport' // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' - $this->version = '3.4'; + $this->version = '3.5'; // Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt';