From 9e9be0a22b25da5c74698afb734ae69c1986a4d8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 17 Jul 2025 09:04:30 +0300 Subject: [PATCH] matrix-upgrade-room.bash: set ROOMVERSION to 12 --- bash/matrix-upgrade-room.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/matrix-upgrade-room.bash b/bash/matrix-upgrade-room.bash index 3685638..9532f45 100755 --- a/bash/matrix-upgrade-room.bash +++ b/bash/matrix-upgrade-room.bash @@ -6,7 +6,7 @@ # and room versions supported by your homeserver BEFORE adjusting/running this. # Otherwise the target room version may be outdated or the last one I have # ran this script for. -ROOMVERSION=11 +ROOMVERSION=12 # Help and about in Element Web settings ACCESSTOKEN= NEWROOMNAME="CHANGEME (v$ROOMVERSION)"