debian-mirror-gitlab/lib/gitlab/git/version.rb

10 lines
180 B
Ruby
Raw Normal View History

2018-11-08 19:23:39 +05:30
module Gitlab
module Git
module Version
def self.git_version
Gitlab::VersionInfo.parse(Gitaly::Server.all.first.git_binary_version)
end
end
end
end