lib/rubocop/ruby2_1/version.rb



# frozen_string_literal: true

module Rubocop
  module Ruby21
    module Version
      VERSION = "2.0.5"
    end
  end
end