From b119af559f22d080206cd6ed0ece39c16986f588 Mon Sep 17 00:00:00 2001 From: Gytautas Zumaras <96050852+GytisZum@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:29:17 +0300 Subject: [PATCH] Update mollie.php --- mollie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mollie.php b/mollie.php index 695e1e226..c68e33c91 100755 --- a/mollie.php +++ b/mollie.php @@ -84,7 +84,7 @@ public function __construct() { $this->name = 'mollie'; $this->tab = 'payments_gateways'; - $this->version = '6.2.0'; + $this->version = '6.2.1'; $this->author = 'Mollie B.V.'; $this->need_instance = 1; $this->bootstrap = true;