diff --git a/.gitignore b/.gitignore
index d4620e61..32af8a97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,4 +21,3 @@ vendor/.bundle
# Ignore Byebug command history file.
.byebug_history
-.env
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index 7e729726..71a7f158 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -42,4 +42,10 @@ module ApplicationHelper
providers
end
end
+
+ def version
+ Greenlight::VERSION
+ rescue
+ 'development'
+ end
end
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 371ba109..b038e670 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -71,7 +71,7 @@ with BigBlueButton; if not, see