coolify/bootstrap/getVersion.php

4 lines
73 B
PHP
Raw Normal View History

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