From 7e4336095a97a6abfe84396019f82d26665b54c7 Mon Sep 17 00:00:00 2001 From: BitcoinMitchell Date: Wed, 28 Feb 2024 22:02:27 +0100 Subject: [PATCH] [Core] Version bump --- modules/btcpay/btcpay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/btcpay/btcpay.php b/modules/btcpay/btcpay.php index 1855972..2cf7f04 100644 --- a/modules/btcpay/btcpay.php +++ b/modules/btcpay/btcpay.php @@ -52,7 +52,7 @@ public function __construct() { $this->name = 'btcpay'; $this->tab = 'payments_gateways'; - $this->version = '6.1.1'; + $this->version = '6.1.2'; $this->author = 'BTCPay Server'; $this->ps_versions_compliancy = ['min' => Constants::MINIMUM_PS_VERSION, 'max' => _PS_VERSION_]; $this->controllers = ['payment', 'validation', 'webhook'];