From 2a6a7a75a59dfad7850d61ead0d37bc8de300853 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Wed, 24 Feb 2021 18:23:42 +0100 Subject: [PATCH] version updated --- smash/web/templates/_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smash/web/templates/_base.html b/smash/web/templates/_base.html index 04b403df..5c501c18 100644 --- a/smash/web/templates/_base.html +++ b/smash/web/templates/_base.html @@ -256,7 +256,7 @@ desired effect {% block footer %} <!-- To the right --> <div class="pull-right hidden-xs"> - Version: <strong>1.0.0~beta.5</strong> + Version: <strong>1.0.0~beta.6</strong> </div> <!-- Default to the left --> -- GitLab