fallback to hardcoded version if installed and not using git

This commit is contained in:
Sam 2015-05-22 11:18:58 +10:00
parent 0681d8f150
commit df5be88a77

View File

@ -236,7 +236,7 @@ module Discourse
begin
$git_version ||= `git rev-parse HEAD`.strip
rescue
$git_version = "unknown"
$git_version = Discourse::VERSION::STRING
end
end