Skip to content

Commit

Permalink
remove RC flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zlik committed Nov 9, 2023
1 parent 9c21f80 commit 20ac1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Meta/BusinessExtension/Model/System/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class Config
*
* @var string|null
*/
private ?string $version = '1.2.3-rc';
private ?string $version = '1.2.3';

/**
* @method __construct
Expand Down

0 comments on commit 20ac1b5

Please sign in to comment.