mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
modules/client/versions: Report r0.4.0.
This commit is contained in:
parent
74c5a58273
commit
ddd59f6a04
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ get_versions(client &client,
|
|||
{
|
||||
static const json::object object
|
||||
{
|
||||
R"({"versions":["r0.3.0"]})"
|
||||
R"({"versions":["r0.4.0"]})"
|
||||
};
|
||||
|
||||
return resource::response
|
||||
|
|
Loading…
Reference in a new issue