1
0
Fork 0
mirror of synced 2024-07-01 04:30:59 +12:00
appwrite/app/config/version.php

6 lines
50 B
PHP
Raw Normal View History

2019-05-09 18:54:39 +12:00
<?php
2019-08-29 00:29:45 +12:00
const VERSION = 'latest';
2019-05-09 18:54:39 +12:00
return VERSION;