forked from lda/telodendria
Looks like Matrix v1.6 is out.
This commit is contained in:
parent
1f1cbc0461
commit
38438c297e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ ROUTE_IMPL(RouteMatrix, args)
|
||||||
|
|
||||||
Free(pathPart);
|
Free(pathPart);
|
||||||
|
|
||||||
ArrayAdd(versions, JsonValueString(StrDuplicate("v1.5")));
|
ArrayAdd(versions, JsonValueString(StrDuplicate("v1.6")));
|
||||||
|
|
||||||
response = HashMapCreate();
|
response = HashMapCreate();
|
||||||
HashMapSet(response, "versions", JsonValueArray(versions));
|
HashMapSet(response, "versions", JsonValueArray(versions));
|
||||||
|
|
Loading…
Reference in a new issue