From 360aa158268c660fbe420d9776bb1a8fe094837f Mon Sep 17 00:00:00 2001 From: David Edler Date: Thu, 20 Jun 2024 16:24:45 +0200 Subject: [PATCH] chore(version) update to 0.9 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 9f6db1701..5a945655e 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.8"; +export const UI_VERSION = "0.9";