Merge pull request #2677 from matrix-org/rav/spec_r0.3.0

Declare support for r0.3.0
pull/2683/head
Richard van der Hoff 2017-11-15 17:10:45 +00:00 committed by GitHub
commit 117a8c0d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ class VersionsRestServlet(RestServlet):
"r0.0.1",
"r0.1.0",
"r0.2.0",
"r0.3.0",
]
})