lib/rubocop/rake/version.rb



# frozen_string_literal: true

module RuboCop
  module Rake
    VERSION = "0.7.1"
  end
end