Add ui version to server version mapping file (#398)

This file is required for the server to be able to download the latest compatible ui version
This commit is contained in:
schroda
2023-07-21 02:44:12 +02:00
committed by GitHub
parent e4745ee812
commit f42aead32b

View File

@@ -0,0 +1,6 @@
[
{
"uiVersion": "PREVIEW",
"serverVersion": "r1309"
}
]