mirror of
https://github.com/clitor-is-protocol/kevacoin-cli.git
synced 2025-01-31 00:44:18 +00:00
switch to semver
This commit is contained in:
parent
51753302ec
commit
d3dde5bd3f
@ -60,7 +60,7 @@ if (!$clitoris = @json_decode(
|
||||
);
|
||||
}
|
||||
|
||||
if ($clitoris->version !== '1.0')
|
||||
if ($clitoris->version !== '1.0.0')
|
||||
{
|
||||
exit(
|
||||
sprintf(
|
||||
|
@ -83,7 +83,7 @@ print_r(
|
||||
'_CLITOR_IS_',
|
||||
json_encode(
|
||||
[
|
||||
'version' => '1.0',
|
||||
'version' => '1.0.0',
|
||||
'model' =>
|
||||
[
|
||||
'name' => 'kevacoin',
|
||||
|
Loading…
x
Reference in New Issue
Block a user