lib/rubocop/lts/version.rb in rubocop-lts-0.1.1 vs lib/rubocop/lts/version.rb in rubocop-lts-1.0.0
- old
+ new
@@ -1,10 +1,8 @@
# encoding: utf-8
# frozen_string_literal: true
module Rubocop
module Lts
- module Version
- VERSION = "0.1.1"
- end
+ VERSION = "1.0.0".freeze
end
end