From f33bae78d192e874c85fcd2a8a4a20e4b4b3380b Mon Sep 17 00:00:00 2001 From: O K Date: Tue, 24 Jun 2025 12:49:10 +0300 Subject: [PATCH] version update --- hutko.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hutko.php b/hutko.php index 4c4ed4c..13c9ba6 100644 --- a/hutko.php +++ b/hutko.php @@ -45,7 +45,7 @@ class Hutko extends PaymentModule { $this->name = 'hutko'; $this->tab = 'payments_gateways'; - $this->version = '1.3.1'; + $this->version = '1.3.2'; $this->author = 'Hutko'; $this->bootstrap = true; $this->need_instance = false;