From b25f3f4708e80ee7eae941a0bdcfbeb2cc48e63c Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Sun, 2 Oct 2022 23:36:34 +0200 Subject: [PATCH] Fix version info (#477) Co-authored-by: Jonas Plum --- ui/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 18a6c23..f7c4e0d 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -111,7 +111,7 @@ - {{ $store.state.settings.tier }} v{{ $store.state.settings.version }} + {{ $store.state.settings.version }}