lib/rubocop/lts/version.rb in rubocop-lts-2.0.1 vs lib/rubocop/lts/version.rb in rubocop-lts-2.0.2

- old
+ new

@@ -1,8 +1,8 @@ # encoding: utf-8 # frozen_string_literal: true module Rubocop module Lts - VERSION = "2.0.1".freeze + VERSION = "2.0.2".freeze end end