switch to semver

This commit is contained in:
ghost 2023-11-17 17:43:23 +02:00
parent 51753302ec
commit d3dde5bd3f
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ if (!$clitoris = @json_decode(
);
}
if ($clitoris->version !== '1.0')
if ($clitoris->version !== '1.0.0')
{
exit(
sprintf(

View File

@ -83,7 +83,7 @@ print_r(
'_CLITOR_IS_',
json_encode(
[
'version' => '1.0',
'version' => '1.0.0',
'model' =>
[
'name' => 'kevacoin',