mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated version number
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
const VERSION = '0.1.4';
|
||||
const VERSION = 'latest';
|
||||
|
||||
return VERSION;
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user