show current version

This commit is contained in:
Saeed Vaziry
2024-03-31 23:29:22 +02:00
parent cca4ab7ae3
commit c0f903d4ca
12 changed files with 67 additions and 30 deletions

View File

@ -29,3 +29,8 @@ function htmx(): HtmxResponse
{
return new HtmxResponse();
}
function vito_version(): string
{
return exec('git describe --tags');
}