1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00
appwrite/app/config/version.php

6 lines
49 B
PHP
Raw Normal View History

2019-05-09 18:54:39 +12:00
<?php
2019-10-01 17:57:41 +13:00
2019-10-20 22:05:40 +13:00
const VERSION = '0.3.0';
2019-05-09 18:54:39 +12:00
return VERSION;