From 9275167fe13162233bb9d7d1353d298539305b9d Mon Sep 17 00:00:00 2001 From: David Edler Date: Wed, 18 Dec 2024 18:31:19 +0100 Subject: [PATCH] chore(version) update to 0.15 Signed-off-by: David Edler --- src/util/version.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/version.tsx b/src/util/version.tsx index 8ef253b9a3..d5c28db357 100644 --- a/src/util/version.tsx +++ b/src/util/version.tsx @@ -1,2 +1,2 @@ export const RECENT_MAJOR_SERVER_VERSION = 5; -export const UI_VERSION = "0.14"; +export const UI_VERSION = "0.15";