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

- old
+ new

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