From f6913342ed1436cbb755f16b4aee043ff2d6a5f8 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Tue, 27 Apr 2021 09:21:46 +0200 Subject: [PATCH] Added element version to canstants-service.conf --- src/matrix/constants-service.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/matrix/constants-service.conf b/src/matrix/constants-service.conf index 382f437..a8136ea 100644 --- a/src/matrix/constants-service.conf +++ b/src/matrix/constants-service.conf @@ -14,4 +14,7 @@ LXC_MP="0" LXC_UNPRIVILEGED="1" # enable nesting feature -LXC_NESTING="0" \ No newline at end of file +LXC_NESTING="0" + +# Define the version of Element Web +MATRIX_ELEMENT_VERSION="v1.7.25"