diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-06-01 09:39:17 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-06-01 09:39:17 +0100 |
commit | ea16614f71bcc2792df717c99dc857a68ac39c2b (patch) | |
tree | 9d4ef5ea50c9ac3e057b528360421b2e84c9a139 /clientapi | |
parent | ae7b6dd5164eb34cc65b5e43e576c6fcd9779351 (diff) |
Update versions
Diffstat (limited to 'clientapi')
-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 94becf46..fab45fdf 100644 --- a/clientapi/routing/routing.go +++ b/clientapi/routing/routing.go @@ -89,6 +89,9 @@ func Setup( "r0.4.0", "r0.5.0", "r0.6.1", + "v1.0", + "v1.1", + "v1.2", }, UnstableFeatures: unstableFeatures}, } }), |