From 7c88bea593f437c7f343c0f18a505cf635311a7f Mon Sep 17 00:00:00 2001 From: "Andrew Morgan (https://amorgan.xyz)" Date: Wed, 14 Mar 2018 01:07:34 -0700 Subject: [PATCH] Add r0.3.0 to supported client API versions Signed-off-by: Andrew Morgan (https://amorgan.xyz) --- src/github.com/matrix-org/dendrite/clientapi/routing/routing.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/github.com/matrix-org/dendrite/clientapi/routing/routing.go b/src/github.com/matrix-org/dendrite/clientapi/routing/routing.go index 1a0252511..a746fa095 100644 --- a/src/github.com/matrix-org/dendrite/clientapi/routing/routing.go +++ b/src/github.com/matrix-org/dendrite/clientapi/routing/routing.go @@ -60,6 +60,7 @@ func Setup( "r0.0.1", "r0.1.0", "r0.2.0", + "r0.3.0", }}, } }),