2_app.rb 155 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 module Gitlab Version = File.read(Rails.root.join("VERSION")) Revision = `git log --pretty=format:'%h' -n 1` def self.config Settings end end