From 7ef4994892030ce389374c0ba4c9e878d5f30720 Mon Sep 17 00:00:00 2001 From: Touxten <156076965+Touxten@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:15:09 +0100 Subject: [PATCH] Bump Version --- contactform.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contactform.php b/contactform.php index dce53ec..8866693 100644 --- a/contactform.php +++ b/contactform.php @@ -54,7 +54,7 @@ public function __construct() $this->name = 'contactform'; $this->author = 'PrestaShop'; $this->tab = 'front_office_features'; - $this->version = '4.4.2'; + $this->version = '4.4.3'; $this->bootstrap = true; parent::__construct();