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

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

module ActiveRecord
  module GitlabPatches
    module Version
      VERSION = "0.2.0"
    end
  end
end