lib/rubocop/lts/version.rb in rubocop-lts-19.1.0 vs lib/rubocop/lts/version.rb in rubocop-lts-20.0.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Rubocop module Lts - VERSION = "19.1.0" + VERSION = "20.0.0" end end