lib/rubocop/lts/version.rb in rubocop-lts-3.0.2 vs lib/rubocop/lts/version.rb in rubocop-lts-3.0.3

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Rubocop module Lts - VERSION = "3.0.2".freeze + VERSION = "3.0.3".freeze end end