From a5627914baa099cbde59445c53f4d59a96d18338 Mon Sep 17 00:00:00 2001 From: paidge <paidge_cs@hotmail.com> Date: Tue, 1 Feb 2022 18:38:30 +0100 Subject: [PATCH] v0.17 tag --- components/navigation/menu/Sidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navigation/menu/Sidebar.vue b/components/navigation/menu/Sidebar.vue index 782c021..662d2cf 100644 --- a/components/navigation/menu/Sidebar.vue +++ b/components/navigation/menu/Sidebar.vue @@ -5,7 +5,7 @@ <img :src="$icon(512)" alt="Accueil" class="logo" /> <div> <h1 class="h3"> - Wotwizard <small><span class="small">v0.16</span></small> + Wotwizard <small><span class="small">v0.17</span></small> </h1> <small class="text-muted">{{ $t("slogan") }}</small> </div> -- GitLab