mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
modules/client/versions: Claim support for more versions.
This commit is contained in:
parent
4f741960a0
commit
4a7f079b49
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ get_versions(client &client,
|
||||||
{
|
{
|
||||||
static const json::object object
|
static const json::object object
|
||||||
{
|
{
|
||||||
R"({"versions":["r0.4.0"]})"
|
R"({"versions":["r0.3.0","r0.4.0","r0.5.0"]})"
|
||||||
};
|
};
|
||||||
|
|
||||||
return resource::response
|
return resource::response
|
||||||
|
|
Loading…
Reference in a new issue