1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

Updated version number

This commit is contained in:
eldadfux 2019-08-24 22:35:18 +03:00
parent ced6fb178d
commit ff5389a06b
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<?php
const VERSION = '0.1.4';
const VERSION = 'latest';
return VERSION;

View file

@ -13,7 +13,7 @@ $home = $this->getParam('home', '');
<a href="<?php echo $home; ?>/docs" target="_blank">Documentation</a>
</li>
<li>
<?php echo VERSION; ?>
v:<?php echo VERSION; ?>
</li>
</ul>
</footer>