1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +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 <?php
const VERSION = '0.1.4'; const VERSION = 'latest';
return VERSION; return VERSION;

View file

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