diff --git a/src/core/matrix/versions.rs b/src/core/matrix/versions.rs index fa2284e7d..dacbe98a3 100644 --- a/src/core/matrix/versions.rs +++ b/src/core/matrix/versions.rs @@ -21,6 +21,7 @@ pub fn versions() -> Vec { "v1.12".to_owned(), "v1.13".to_owned(), "v1.14".to_owned(), + "v1.15".to_owned(), ] }