1
0
Fork 0
mirror of synced 2024-07-07 15:36:19 +12:00
appwrite/app/config/version.php

5 lines
48 B
PHP
Raw Normal View History

2019-05-09 18:54:39 +12:00
<?php
2019-08-19 06:41:12 +12:00
const VERSION = '0.1.3';
2019-05-09 18:54:39 +12:00
return VERSION;