Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pages.rb « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 981ef8faa9a73bcfbe751f455fdf901baefcc22c (plain)
1
2
3
4
5
module Gitlab
  module Pages
    VERSION = File.read(Rails.root.join("GITLAB_PAGES_VERSION")).strip.freeze
  end
end