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