Added newline

This commit is contained in:
snipe
2026-05-22 12:28:14 +01:00
parent 3060fd305b
commit ee3ebe32e2
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -120,6 +120,7 @@ class Version extends Command
'full_hash' => '$full_hash_version',
'branch' => '$git_branch',
];
PHP;
\File::put($versionFile, $content);
+3 -3
View File
@@ -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',
];
];