add build version
Some checks failed
/ Checkout (push) Failing after 47s

This commit is contained in:
david 2024-07-22 04:55:30 +02:00
parent c70fdb555d
commit 570787b882
3 changed files with 4 additions and 1 deletions

View file

@ -18,5 +18,6 @@
<main class="mt-3 container">
<%= yield %>
</main>
<footer class="mt-3">Version: <%= l(File.mtime(Rails.root.join(".build_version")), format: :short) %>
</body>
</html>