lib/rubocop/lts/version.rb in rubocop-lts-14.1.0 vs lib/rubocop/lts/version.rb in rubocop-lts-14.1.1
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
module Rubocop
module Lts
module Version
- VERSION = "14.1.0"
+ VERSION = "14.1.1"
end
end
end