Jony/core/core.php

7 lines
55 B
PHP
Raw Normal View History

2021-01-19 07:41:08 +00:00
<?php
function _getVersion()
{
return "1.0.0";
};