lib/rubocop/lts/version.rb in rubocop-lts-20.2.0 vs lib/rubocop/lts/version.rb in rubocop-lts-20.2.1

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Rubocop module Lts module Version - VERSION = "20.2.0" + VERSION = "20.2.1" end end end