Skip to content

Commit 3c9f186

Browse files
committed
Removing RC Flag
1 parent 7d4b594 commit 3c9f186

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
@@ -152,7 +152,7 @@ class Config
152152
*
153153
* @var string|null
154154
*/
155-
private ?string $version = '1.2.5-rc';
155+
private ?string $version = '1.2.5';
156156

157157
/**
158158
* @method __construct

0 commit comments

Comments
 (0)