gitlab-org--gitlab-foss/lib/gitlab/pages.rb
2018-10-22 07:00:50 +00:00

7 lines
148 B
Ruby

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