summaryrefslogtreecommitdiff
path: root/lib/gitlab/pages.rb
blob: 16df0700b08110d6e355af43983acfba184f94ff (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

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