mirror of
https://github.com/coollabsio/coolify.git
synced 2025-12-28 13:41:51 +00:00
11 lines
186 B
PHP
11 lines
186 B
PHP
<?php
|
|
|
|
// To prevent github actions from failing
|
|
function env()
|
|
{
|
|
return null;
|
|
}
|
|
|
|
$version = include 'config/constants.php';
|
|
echo $version['coolify']['helper_version'] ?: 'unknown';
|