Skip to content

Commit 20ac1b5

Browse files
committed
remove RC flag
1 parent 9c21f80 commit 20ac1b5

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.3-rc';
162+
private ?string $version = '1.2.3';
163163

164164
/**
165165
* @method __construct

0 commit comments

Comments
 (0)