debian-mirror-gitlab/lib/gitlab/pages.rb
2018-03-17 18:26:18 +05:30

6 lines
117 B
Ruby

module Gitlab
module Pages
VERSION = File.read(Rails.root.join("GITLAB_PAGES_VERSION")).strip.freeze
end
end