lib/rubocop/lts/version.rb in rubocop-lts-22.1.1 vs lib/rubocop/lts/version.rb in rubocop-lts-22.1.2

- old
+ new

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