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