chore(versions): update coolify versions to v4.0.0-beta.389 and add helper version retrieval script

This commit is contained in:
Andras Bacsai
2025-01-22 14:01:05 +01:00
parent 168618f131
commit 6a03bb369e
5 changed files with 16 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
<?php
// To prevent github actions from failing
function env()
{
return null;
}
$version = include 'config/constants.php';
echo $version['coolify']['helper_version'] ?: 'unknown';