0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-26 15:33:54 +01:00

modules/client/versions: Claim support for more versions.

This commit is contained in:
Jason Volk 2019-06-16 14:04:28 -07:00
parent 4f741960a0
commit 4a7f079b49

View file

@ -31,7 +31,7 @@ get_versions(client &client,
{
static const json::object object
{
R"({"versions":["r0.4.0"]})"
R"({"versions":["r0.3.0","r0.4.0","r0.5.0"]})"
};
return resource::response