mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-23 11:59:23 -05:00
Add r0.2.0 to the "supported versions" list
This commit is contained in:
parent
40e539683c
commit
fda078f995
@ -26,7 +26,10 @@ class VersionsRestServlet(RestServlet):
|
||||
|
||||
def on_GET(self, request):
|
||||
return (200, {
|
||||
"versions": ["r0.0.1"]
|
||||
"versions": [
|
||||
"r0.0.1",
|
||||
"r0.2.0",
|
||||
]
|
||||
})
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user