lib/rubocop/packaging/version.rb



# frozen_string_literal: true

module RuboCop
  module Packaging
    VERSION = '0.2.0'
  end
end