From 88568317a8829a50a22c1151b9580c0d8fe60c1f Mon Sep 17 00:00:00 2001 From: Travis Miller Date: Mon, 4 Sep 2017 15:52:00 -0500 Subject: Add GitLab-Pages version to Admin Dashboard --- lib/gitlab/pages.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/gitlab/pages.rb (limited to 'lib') diff --git a/lib/gitlab/pages.rb b/lib/gitlab/pages.rb new file mode 100644 index 00000000000..981ef8faa9a --- /dev/null +++ b/lib/gitlab/pages.rb @@ -0,0 +1,5 @@ +module Gitlab + module Pages + VERSION = File.read(Rails.root.join("GITLAB_PAGES_VERSION")).strip.freeze + end +end -- cgit v1.2.1