Skip to content

Commit 8c55d58

Browse files
committed
remove rc flag
1 parent 725f7f7 commit 8c55d58

File tree

1 file changed

+1
-1
lines changed
  • app/code/Meta/BusinessExtension/Model/System

1 file changed

+1
-1
lines changed

app/code/Meta/BusinessExtension/Model/System/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class Config
159159
*
160160
* @var string|null
161161
*/
162-
private ?string $version = '1.2.2-rc';
162+
private ?string $version = '1.2.2';
163163

164164
/**
165165
* @method __construct

0 commit comments

Comments
 (0)