Returning Kirby version

Hi
I would like, in a credit page, to display the Kirby version automatically
Is it relevant to have something like $site->kirbyVersion() ?
…
This could get the current version based on the files installed at the root.

:innocent:

<?= 'Kirby version: ' . $kirby->version() ?>
1 Like