diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb
index 6d66674c..7c85676a 100644
--- a/app/views/shared/_navbar.html.erb
+++ b/app/views/shared/_navbar.html.erb
@@ -20,7 +20,12 @@
<% else %>
<%= render 'shared/navbar_buttons' %>
- <%= link_to t('settings'), settings_profile_index_path, class: 'hidden md:inline-flex font-medium text-lg', id: 'account_settings_button' %>
+
+ <%= link_to t('settings'), settings_profile_index_path, class: 'inline-flex font-medium text-lg', id: 'account_settings_button' %>
+ <% if ENV['APP_VERSION'].present? %>
+ <%= ENV['APP_VERSION'] %>
+ <% end %>
+
<% end %>