From 66af311b6a96363636196bfcfdd966858f0332b6 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Wed, 14 Mar 2018 10:36:02 -0700 Subject: [PATCH] Add r0.3.0 to supported client API versions (#426) 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 1a025251..a746fa09 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", }}, } }),