From b1f7fec6e82a3d3f32a4a1e7de9df0b8c0a572ae Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Tue, 26 Mar 2024 08:47:50 -0700 Subject: [PATCH] Added current version to sidebar --- .../components/layouts/partials/sidebar.html.heex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex index 1ac1d8d..fc34749 100644 --- a/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex +++ b/lib/pinchflat_web/components/layouts/partials/sidebar.html.heex @@ -57,6 +57,11 @@ <.icon name="hero-currency-dollar" /> Donate +
  • + + v<%= Application.spec(:pinchflat)[:vsn] %> + +