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 #2677 from matrix-org/rav/spec_r0.3.0
Browse files Browse the repository at this point in the history
Declare support for r0.3.0
  • Loading branch information
richvdh authored Nov 15, 2017
2 parents aa812fe + 30d2730 commit 117a8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def on_GET(self, request):
"r0.0.1",
"r0.1.0",
"r0.2.0",
"r0.3.0",
]
})

Expand Down

0 comments on commit 117a8c0

Please sign in to comment.