diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config_index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/config_index.php b/templates/config_index.php index 43145caf..72edc4ad 100644 --- a/templates/config_index.php +++ b/templates/config_index.php @@ -36,6 +36,10 @@ <?= t('Official website:') ?> <a href="http://kanboard.net/" target="_blank">http://kanboard.net/</a> </li> + <li> + <?= t('Application version:') ?> + <?= Model\Base::APP_VERSION ?> + </li> </ul> </section> <?php endif ?> |