Skip to content

Commit 11c7199

Browse files
authored
Added version to the repo (#490)
* Added version to the repo * update version
1 parent 8f6e08d commit 11c7199

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 = null;
162+
private ?string $version = '1.2.2-dev';
163163

164164
/**
165165
* @method __construct

0 commit comments

Comments
 (0)