Support Client-Server API r0.6.1 (#11097)
Fixes #11064 Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
ece84f2c45
commit
3ae1464efd
|
@ -0,0 +1 @@
|
|||
Advertise support for Client-Server API r0.6.1.
|
|
@ -72,6 +72,7 @@ class VersionsRestServlet(RestServlet):
|
|||
"r0.4.0",
|
||||
"r0.5.0",
|
||||
"r0.6.0",
|
||||
"r0.6.1",
|
||||
],
|
||||
# as per MSC1497:
|
||||
"unstable_features": {
|
||||
|
|
Loading…
Reference in New Issue