Files
coolify/bootstrap/getRealtimeVersion.php

11 lines
188 B
PHP

<?php
// To prevent github actions from failing
function env()
{
return null;
}
$version = include 'config/constants.php';
echo $version['coolify']['realtime_version'] ?: 'unknown';