Added newline
This commit is contained in:
@@ -120,6 +120,7 @@ class Version extends Command
|
||||
'full_hash' => '$full_hash_version',
|
||||
'branch' => '$git_branch',
|
||||
];
|
||||
|
||||
PHP;
|
||||
|
||||
\File::put($versionFile, $content);
|
||||
|
||||
+3
-3
@@ -2,10 +2,10 @@
|
||||
|
||||
return [
|
||||
'app_version' => 'v8.5.1-pre',
|
||||
'full_app_version' => 'v8.5.1-pre - build 22804-gc94fce2367',
|
||||
'build_version' => '22804',
|
||||
'full_app_version' => 'v8.5.1-pre - build 22805-gc94fce2367',
|
||||
'build_version' => '22805',
|
||||
'prerelease_version' => '',
|
||||
'hash_version' => 'gc94fce2367',
|
||||
'full_hash' => 'v8.5.1-pre-177-gc94fce2367',
|
||||
'branch' => 'develop',
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user