mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
show current version
This commit is contained in:
@ -29,3 +29,8 @@ function htmx(): HtmxResponse
|
||||
{
|
||||
return new HtmxResponse();
|
||||
}
|
||||
|
||||
function vito_version(): string
|
||||
{
|
||||
return exec('git describe --tags');
|
||||
}
|
||||
|
Reference in New Issue
Block a user