Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.rb « gitaly « lib « ruby « protos - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af0bf1a081338a8c8e903cbcb1ce94ac0a16137b (plain)
1
2
3
4
module Gitaly
  # TODO Proper versioning
  VERSION = "0.0.1"
end