coolify/bootstrap/getVersion.php
2024-06-10 20:43:34 +00:00

5 lines
63 B
PHP

<?php
$version = include 'config/version.php';
echo $version;