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