gitlab-org--gitlab-foss/lib/gitlab/pages.rb
2017-09-07 22:02:57 -05:00

5 lines
117 B
Ruby

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