From 14d17a0941ec10c862e8a64bcdfc05e06268d3a6 Mon Sep 17 00:00:00 2001 From: David Edler Date: Wed, 9 Oct 2024 19:45:30 +0200 Subject: [PATCH] chore(version) update to 0.13 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 e8c65eaf4d..4a95b94e62 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.12"; +export const UI_VERSION = "0.13";