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

version.rb « rspec « gitlab « lib « gitlab-rspec « gems - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34c51245012c0f1f091387ddaf662af500ed3e6b (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Gitlab
  module Rspec
    module Version
      VERSION = "0.1.0"
    end
  end
end