lib/rubocop/lts/version.rb in rubocop-lts-17.0.0 vs lib/rubocop/lts/version.rb in rubocop-lts-17.0.1

- old
+ new

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