Skip to content

Commit

Permalink
support: display the release number in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
JeSuisUnCaillou authored and freesteph committed Nov 8, 2023
1 parent 0fc8727 commit 5c74e89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</a>
</div>
<div class="fr-footer__content">
<p class="fr-footer__content-desc"><%= t("global.service_description") %></p>
<p class="fr-footer__content-desc"><%= t("global.service_description") %> (v<%= Aplypro::VERSION %>)</p>
<ul class="fr-footer__content-list">
<li class="fr-footer__content-item">
<a class="fr-footer__content-link" target="_blank" href="https://legifrance.gouv.fr">legifrance.gouv.fr</a>
Expand Down
5 changes: 5 additions & 0 deletions config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

module Aplypro
VERSION = "1.1.4"
end

0 comments on commit 5c74e89

Please sign in to comment.