Jony/core/core.php
2021-01-19 15:41:08 +08:00

7 lines
55 B
PHP

<?php
function _getVersion()
{
return "1.0.0";
};