From 33b88fbe539024e43c444c003425ca571e72ad8c Mon Sep 17 00:00:00 2001 From: Alex Zarichnyi Date: Mon, 15 Jul 2024 13:56:57 -0700 Subject: [PATCH] updated extension version --- app/code/Meta/BusinessExtension/Model/System/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Meta/BusinessExtension/Model/System/Config.php b/app/code/Meta/BusinessExtension/Model/System/Config.php index 05f5f5d7..c9c44170 100644 --- a/app/code/Meta/BusinessExtension/Model/System/Config.php +++ b/app/code/Meta/BusinessExtension/Model/System/Config.php @@ -163,7 +163,7 @@ class Config * * @var string|null */ - private ?string $version = '1.3.2-dev'; + private ?string $version = '1.3.2'; /** * @method __construct