mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 18:54:07 -04:00
Add r0.1.0 to the "supported versions" list
This commit is contained in:
parent
fda078f995
commit
f6f8f81a48
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class VersionsRestServlet(RestServlet):
|
||||||
return (200, {
|
return (200, {
|
||||||
"versions": [
|
"versions": [
|
||||||
"r0.0.1",
|
"r0.0.1",
|
||||||
|
"r0.1.0",
|
||||||
"r0.2.0",
|
"r0.2.0",
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue