Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #960 from matrix-org/rav/support_r0.2
Browse files Browse the repository at this point in the history
Add r0.2.0 to the "supported versions" list
  • Loading branch information
richvdh authored Jul 28, 2016
2 parents ecd5e6b + f6f8f81 commit cd8738a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ class VersionsRestServlet(RestServlet):

def on_GET(self, request):
return (200, {
"versions": ["r0.0.1"]
"versions": [
"r0.0.1",
"r0.1.0",
"r0.2.0",
]
})


Expand Down

0 comments on commit cd8738a

Please sign in to comment.