lib/rubocop/lts/version.rb in rubocop-lts-2.1.0 vs lib/rubocop/lts/version.rb in rubocop-lts-2.1.1

- old
+ new

@@ -2,9 +2,9 @@ # frozen_string_literal: true module Rubocop module Lts module Version - VERSION = "2.1.0" + VERSION = "2.1.1" end end end