diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-08-25 15:44:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 15:44:33 +0100 |
commit | 48850d9995aae9b526784ea2d9c5ff8ce3a8938e (patch) | |
tree | 4ac7f0ad0dfdf9a42bac86251e27ea756abc4f22 | |
parent | 819b926820c9c982ab04b7459eb37c618cd09381 (diff) |
Update /versions (#1338)
-rw-r--r-- | clientapi/routing/routing.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clientapi/routing/routing.go b/clientapi/routing/routing.go index 2db91c0f..e15625f7 100644 --- a/clientapi/routing/routing.go +++ b/clientapi/routing/routing.go @@ -75,6 +75,9 @@ func Setup( "r0.1.0", "r0.2.0", "r0.3.0", + "r0.4.0", + "r0.5.0", + "r0.6.1", }}, } }), |